Fix up doc links to removed document

This commit is contained in:
Andrew Godwin 2016-05-07 10:53:05 -07:00
parent dcbab8b2b4
commit 175d13c28b
2 changed files with 2 additions and 2 deletions

View File

@ -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
------

View File

@ -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.