Skip to content

Commit 7201190

Browse files
authored
Merge pull request pallets#2764 from mgalgs/patch-1
docs: installation: Fix "now you can continue" link
2 parents 939c77a + 335dcf8 commit 7201190

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/installation.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ Within the activated environment, use the following command to install Flask:
132132
133133
pip install Flask
134134
135+
Flask is now installed. Check out the :doc:`/quickstart` or go to the
136+
:doc:`Documentation Overview </index>`.
137+
135138
Living on the edge
136139
~~~~~~~~~~~~~~~~~~
137140

@@ -177,7 +180,7 @@ On Windows, as an administrator:
177180
\Python27\python.exe Downloads\get-pip.py
178181
\Python27\python.exe -m pip install virtualenv
179182
180-
Now you can continue to :ref:`install-create-env`.
183+
Now you can return above and :ref:`install-create-env`.
181184

182185
.. _virtualenv: https://virtualenv.pypa.io/
183186
.. _get-pip.py: https://bootstrap.pypa.io/get-pip.py

0 commit comments

Comments
 (0)