summaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-10-27 01:39:38 +0100
committerStephen Finucane <stephen@that.guru>2019-01-29 09:35:08 +0000
commitf825f207e91c2bf88e802e81cdfb1ee72114b2db (patch)
tree75fca72cd94ff8fc0f8dfdb5b2084bfb40796115 /docs/development
parent4031719e10b7d979e59303f0f9335c60e0c98af3 (diff)
downloadpatchwork-f825f207e91c2bf88e802e81cdfb1ee72114b2db.tar
patchwork-f825f207e91c2bf88e802e81cdfb1ee72114b2db.tar.gz
docs: Move REST API guide to subfolder
We're going to dramatically expand these docs, so let's set up room to do so. This shouldn't break any links as we're using 'htmldir' output on ReadTheDocs. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/api.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/development/api.rst b/docs/development/api.rst
index bcb1f69..cea7bc7 100644
--- a/docs/development/api.rst
+++ b/docs/development/api.rst
@@ -3,10 +3,10 @@
Using the APIs
==============
-Patchwork provides two APIs: the legacy :doc:`XML-RPC API <../api/xmlrpc>` and
-the :doc:`REST API <../api/rest>`. You can use these APIs to interact with
+Patchwork provides two APIs: the legacy :doc:`XML-RPC API </api/xmlrpc>` and
+the :doc:`REST API </api/rest/index>`. You can use these APIs to interact with
Patchwork programmatically and to develop your own clients.
For quick usage examples of the APIs, refer to the :doc:`documentation
<../api/index>`. For examples of existing clients, refer to
-:doc:`../usage/clients`.
+:doc:`/usage/clients`.