Skip to content

Commit 4ea12d4

Browse files
committed
Merge pull request realpython#695 from stevepiercy/patch-1
use correct URL for Pyramid
2 parents 50909db + 205ffc7 commit 4ea12d4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/scenarios/web.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,9 @@ I do not recommend using Tornado unless you think you need it.
102102
Pyramid
103103
--------
104104

105-
`Pyramid <http://www.pylonsproject.org/>`_ is a very flexible
106-
framework with a heavy focus on modularity. It comes with a small number
107-
of libraries ("batteries") built-in, and encourages users to extend its
108-
base functionality.
105+
`Pyramid <https://trypyramid.com/>`_ is a very flexible framework with a heavy
106+
focus on modularity. It comes with a small number of libraries ("batteries")
107+
built-in, and encourages users to extend its base functionality.
109108

110109
Pyramid does not have a large user base, unlike Django and Flask. It's a
111110
capable framework, but not a very popular choice for new Python web

0 commit comments

Comments
 (0)