From 28a55525b750192eeaaaf513ef5eb9646934a1d9 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Thu, 28 Jun 2018 13:15:58 -0700 Subject: [PATCH] Fix typo causing reference failures --- docs/troubleshooting/logs.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/troubleshooting/logs.rst b/docs/troubleshooting/logs.rst index ea2ee49..5fadbf5 100644 --- a/docs/troubleshooting/logs.rst +++ b/docs/troubleshooting/logs.rst @@ -28,7 +28,7 @@ logs is a great first step. sudo journalctl -u jupyterhub -This command displays logs from JupyterHub itself. See :ref:`journactl_tips` +This command displays logs from JupyterHub itself. See :ref:`journalctl_tips` for tips on navigating the logs. Configurable HTTP Proxy Logs @@ -42,7 +42,7 @@ but things do go wrong sometimes! sudo journalctl -u configurable-http-proxy -This command displays logs from Configurable HTTP Proxy. See :ref:`journactl_tips` +This command displays logs from Configurable HTTP Proxy. See :ref:`journalctl_tips` for tips on navigating the logs. User Server Logs @@ -56,10 +56,11 @@ problems after that. sudo journalctl -u jupyter- -This command displays logs from the given user's notebook server. See :ref:`journactl_tips` +This command displays logs from the given user's notebook server. See :ref:`journalctl_tips` for tips on navigating the logs. .. _journalctl_tips: + journalctl tips ---------------