summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-09-06 03:15:26 -0700
committerSteve Piercy <web@stevepiercy.com>2018-09-06 03:15:26 -0700
commit5beb98f300bdf16a50ff4bf6e544b23e3600719e (patch)
treedf26c254351050a22885f7987a7b43f55c46ef47
parent465b83bb026ad33a9a518b699e913216beaad32e (diff)
downloadwaitress-5beb98f300bdf16a50ff4bf6e544b23e3600719e.tar.gz
update references
-rw-r--r--docs/index.rst2
-rw-r--r--docs/usage.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 54c0a3d..e016284 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -37,7 +37,7 @@ Change History
Known Issues
------------
-- Does not support TLS natively. See :ref:`reverse-proxy` for more information.
+- Does not support TLS natively. See :ref:`using-behind-a-reverse-proxy` for more information.
Support and Development
-----------------------
diff --git a/docs/usage.rst b/docs/usage.rst
index ddcd4b8..3ef17e2 100644
--- a/docs/usage.rst
+++ b/docs/usage.rst
@@ -52,7 +52,7 @@ with the ``unix_socket`` argument:
Needless to say, this configuration won't work on Windows.
Exceptions generated by your application will be shown on the console by
-default. See :ref:`logging` to change this.
+default. See :ref:`access-logging` to change this.
There's an entry point for :term:`PasteDeploy` (``egg:waitress#main``) that
lets you use Waitress's WSGI gateway from a configuration file, e.g.: