From 175d13c28be97351cb3b12c9208172b7572e4961 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 7 May 2016 10:53:05 -0700 Subject: [PATCH] Fix up doc links to removed document --- docs/concepts.rst | 2 +- docs/getting-started.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts.rst b/docs/concepts.rst index 9830b35..2961611 100644 --- a/docs/concepts.rst +++ b/docs/concepts.rst @@ -165,7 +165,7 @@ and be less than 200 characters long. It's optional for a backend implementation to understand this - after all, it's only important at scale, where you want to shard the two types differently — but it's present nonetheless. For more on scaling, and how to handle channel -types if you're writing a backend or interface server, read :doc:`scaling`. +types if you're writing a backend or interface server, see :ref:`scaling-up`. Groups ------ diff --git a/docs/getting-started.rst b/docs/getting-started.rst index aa83555..0741d76 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -696,5 +696,5 @@ systems easily integrate with WebSockets. We recommend you read through the rest of the reference documentation to see more about what you can do with channels; in particular, you may want to look at -our :doc:`deploying` and :doc:`scaling` resources to get an idea of how to +our :doc:`deploying` documentation to get an idea of how to design and run apps in production environments.