diff options
| author | Stephen Finucane <stephen@that.guru> | 2018-10-27 01:39:38 +0100 |
|---|---|---|
| committer | Stephen Finucane <stephen@that.guru> | 2019-01-29 09:35:08 +0000 |
| commit | f825f207e91c2bf88e802e81cdfb1ee72114b2db (patch) | |
| tree | 75fca72cd94ff8fc0f8dfdb5b2084bfb40796115 /docs/deployment | |
| parent | 4031719e10b7d979e59303f0f9335c60e0c98af3 (diff) | |
| download | patchwork-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/deployment')
| -rw-r--r-- | docs/deployment/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/deployment/configuration.rst b/docs/deployment/configuration.rst index 0601276..ba9a2eb 100644 --- a/docs/deployment/configuration.rst +++ b/docs/deployment/configuration.rst @@ -78,7 +78,7 @@ Enable the :doc:`XML-RPC API <../api/xmlrpc>`. ``ENABLE_REST_API`` ~~~~~~~~~~~~~~~~~~~ -Enable the :doc:`REST API <../api/rest>`. +Enable the :doc:`REST API <../api/rest/index>`. .. versionadded:: 2.0 |