aboutsummaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
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`.