From 8186aa22f72d67a4ee1115876b3d87c5b1a2c8c9 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Mon, 13 Jul 2015 23:39:58 -0700 Subject: [PATCH] Fix deployment docs links --- docs/getting-started.rst | 2 +- docs/index.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 0f94062..29c509c 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -391,5 +391,5 @@ systems easily integrate with WebSockets. We recommend you read through the rest of the reference documentation to see all of what Channels has to offer; in particular, you may want to look at -our :doc:`deployment` and :doc:`scaling` resources to get an idea of how to +our :doc:`deploying` and :doc:`scaling` resources to get an idea of how to design and run apps in production environments. diff --git a/docs/index.rst b/docs/index.rst index 3301360..78e811c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,6 +23,7 @@ Contents: concepts installation getting-started + deploying integration-changes message-standards scaling