Skip to content

Commit 73b2215

Browse files
committed
README: Fix links
Use the other style of anonymous links. Signed-off-by: Stephen Finucane <[email protected]> Closes: #73
1 parent 879594a commit 73b2215

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ tracking system.
2828
The `pwclient`__ utility can be used to interact with older Patchwork
2929
instances or instances with the REST API disabled.
3030

31-
__ http://jk.ozlabs.org/projects/patchwork/
32-
__ https://patchwork.ozlabs.org/help/pwclient/
31+
.. __: http://jk.ozlabs.org/projects/patchwork/
32+
.. __: https://patchwork.ozlabs.org/help/pwclient/
3333

3434
Installation
3535
------------
@@ -81,7 +81,7 @@ settings are **required**:
8181
`documentation`__. For example, if your server is running Patchwork version
8282
3.0.x, you should use API version 1.2.
8383

84-
__ https://patchwork.readthedocs.io/en/stable-3.0/api/rest/#rest-api-versions
84+
.. __: https://patchwork.readthedocs.io/en/stable-3.0/api/rest/#rest-api-versions
8585

8686
``pw.project``
8787
The project name or list-id. This will appear in the URL when using the web
@@ -139,11 +139,11 @@ Create a *virtualenv*, then install the package in `editable`__ mode:
139139
$ source .venv/bin/activate
140140
$ pip install --editable .
141141
142-
__ https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs
142+
.. __: https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs
143143

144144
Documentation
145145
-------------
146146

147147
Documentation is available on `Read the Docs`__
148148

149-
__ https://git-pw.readthedocs.org/
149+
.. __: https://git-pw.readthedocs.org/

0 commit comments

Comments
 (0)