summaryrefslogtreecommitdiff
path: root/docs/deployment
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-10-21 12:05:58 +0100
committerStephen Finucane <stephen@that.guru>2019-06-17 15:05:03 +0100
commit90e85f9de201ede696d6d30b65f5eb49c34af665 (patch)
tree24acc3386262f55eaaf5bd4ba0f3a2430bc493b4 /docs/deployment
parent5ee0c0fdb0fc85f6e03ed55b04c918fa2ee0659b (diff)
downloadpatchwork-90e85f9de201ede696d6d30b65f5eb49c34af665.tar
patchwork-90e85f9de201ede696d6d30b65f5eb49c34af665.tar.gz
Remove pwclient
Let's start managing this via a separate project, which will allow the client to evolve separately from the server. No redirect is added for the old '/pwclient' URL as it seems wiser to return a HTTP 404 error code. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/deployment')
-rw-r--r--docs/deployment/installation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/deployment/installation.rst b/docs/deployment/installation.rst
index c086d9a..d422573 100644
--- a/docs/deployment/installation.rst
+++ b/docs/deployment/installation.rst
@@ -657,8 +657,8 @@ This sample hook has support to update patches to different states depending on
which branch is being pushed to. See the ``STATE_MAP`` setting in that file.
If you are using a system other than Git, you can likely write a similar hook
-using ``pwclient`` to update patch state. If you do write one, please
-contribute it.
+using the :doc:`APIs </api/index>` or :doc:`API clients </usage/clients>` to to
+update patch state. If you do write one, please contribute it.
.. _deployment-cron: