1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-17 22:51:16 +02:00

fix incorrect pyramid document URL (#4198)

This commit is contained in:
Sadegh Motevali
2023-07-14 19:24:51 +03:30
committed by GitHub
parent c83d20d63c
commit 39278cc97b

View File

@@ -5,5 +5,5 @@ Pyramid is a general, open source, web application development framework built i
Visit the following resources to learn more:
- [Pyramid - Official Website](https://trypyramid.com/)
- [Pyramid Documentation](https://docs.pyramid.com/en/latest/)
- [Pyramid Documentation](https://trypyramid.com/documentation.html)
- [Pyramid Framework Introduction](https://www.tutorialspoint.com/python_web_development_libraries/python_web_development_libraries_pyramid_framework.htm)