From 39278cc97b4d0b602b62a5c2b7628b0107bc580a Mon Sep 17 00:00:00 2001 From: Sadegh Motevali Date: Fri, 14 Jul 2023 19:24:51 +0330 Subject: [PATCH] fix incorrect pyramid document URL (#4198) --- .../106-python-frameworks/100-synchronous/102-pyramid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/python/content/106-python-frameworks/100-synchronous/102-pyramid.md b/src/data/roadmaps/python/content/106-python-frameworks/100-synchronous/102-pyramid.md index d04dfe276..6fb3dcda5 100644 --- a/src/data/roadmaps/python/content/106-python-frameworks/100-synchronous/102-pyramid.md +++ b/src/data/roadmaps/python/content/106-python-frameworks/100-synchronous/102-pyramid.md @@ -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)