Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4ea12d4

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed

‎docs/scenarios/web.rst

Copy file name to clipboardExpand all lines: docs/scenarios/web.rst
+3-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.