diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst
index eed00508b9c7128da5e26ffedad0d144590f0b9a..159fe7a1596695593c440142d578807e805dc088 100644
--- a/docs/troubleshooting.rst
+++ b/docs/troubleshooting.rst
@@ -34,7 +34,7 @@ If you'd rather use a graphical user interface for viewing logs, you are encoura
 "Cannot start service nginx: driver failed programming external connectivity"
 -----------------------------------------------------------------------------
 
-The containerized Nginx needs to listen to ports 80 and 443 on the host. If there is already a webserver, such as Apache or Nginx, running on the host, the nginx container will not be able to start. To solve this issue, check :ref:`out to setup a web proxy <web_proxy>`.
+The containerized Nginx needs to listen to ports 80 and 443 on the host. If there is already a webserver, such as Apache or Nginx, running on the host, the nginx container will not be able to start. To solve this issue, check the section on :ref:`how to setup a web proxy <web_proxy>`.
 
 Help! The Docker containers are eating all my RAM/CPU/CHEESE
 ------------------------------------------------------------