Skip to content

Commit 633fa66

Browse files
committed
INSTALL.rst: Use link syntax that is (hopefully) supported on GitHub...
1 parent 8ad0171 commit 633fa66

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

INSTALL.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,12 @@ Using pip
360360
Once you have pip_ installed, and have set https_proxy_ is you are behind
361361
a proxy, using it on the command line is very easy. The easiest way to use
362362
pip is letting it find and download packages it installs from the
363-
`Python Package Index (PyPI) <PyPI_>`__, but it can also install packages
363+
`Python Package Index (PyPI)`__, but it can also install packages
364364
downloaded from the PyPI separately. The most common usages are shown below
365365
and pip_ documentation has more information and examples.
366366

367+
__ PyPI_
368+
367369
.. sourcecode:: bash
368370

369371
# Install the latest version
@@ -479,7 +481,9 @@ you can always install it manually following these steps:
479481

480482
2. Copy the source code where you want to.
481483

482-
3. Decide `how to run tests <Executing Robot Framework_>`__.
484+
3. Decide `how to run tests`__.
485+
486+
__ `Executing Robot Framework`_
483487

484488
Verifying installation
485489
----------------------

0 commit comments

Comments
 (0)