@@ -12,6 +12,10 @@ project layout. It is up to the developer to choose the tools and
1212libraries they want to use. There are many extensions provided by the
1313community that make adding new functionality easy.
1414
15+ .. _WSGI : https://wsgi.readthedocs.io/
16+ .. _Werkzeug : https://werkzeug.palletsprojects.com/
17+ .. _Jinja : https://jinja.palletsprojects.com/
18+
1519
1620Installing
1721----------
@@ -22,6 +26,8 @@ Install and update using `pip`_:
2226
2327 $ pip install -U Flask
2428
29+ .. _pip : https://pip.pypa.io/en/stable/quickstart/
30+
2531
2632A Simple Example
2733----------------
@@ -60,21 +66,17 @@ it uses. In order to grow the community of contributors and users, and
6066allow the maintainers to devote more time to the projects, `please
6167donate today `_.
6268
63- .. _please donate today : https://psfmember.org/civicrm/contribute/transact?reset=1&id=20
69+ .. _please donate today : https://palletsprojects.com/donate
6470
6571
6672Links
6773-----
6874
69- * Website: https://palletsprojects.com/p/flask/
70- * Documentation: https://flask.palletsprojects.com/
71- * Releases: https://pypi.org/project/Flask/
72- * Code: https://github.com/pallets/flask
73- * Issue tracker: https://github.com/pallets/flask/issues
74- * Test status: https://dev.azure.com/pallets/flask/_build
75- * Official chat: https://discord.gg/pallets
76-
77- .. _WSGI : https://wsgi.readthedocs.io
78- .. _Werkzeug : https://www.palletsprojects.com/p/werkzeug/
79- .. _Jinja : https://www.palletsprojects.com/p/jinja/
80- .. _pip : https://pip.pypa.io/en/stable/quickstart/
75+ - Documentation: https://flask.palletsprojects.com/
76+ - Changes: https://flask.palletsprojects.com/changes/
77+ - PyPI Releases: https://pypi.org/project/Flask/
78+ - Source Code: https://github.com/pallets/flask/
79+ - Issue Tracker: https://github.com/pallets/flask/issues/
80+ - Website: https://palletsprojects.com/p/flask/
81+ - Twitter: https://twitter.com/PalletsTeam
82+ - Chat: https://discord.gg/pallets
0 commit comments