From 5bb6b69232488bbd55daab2ff9e6e9e239ff013e Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Sat, 18 May 2019 14:32:07 -0700 Subject: [PATCH 1/2] Remove stray = in authenticator configuration example Ref #291 --- docs/topic/authenticator-configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topic/authenticator-configuration.rst b/docs/topic/authenticator-configuration.rst index 5e40a9a..75e6efd 100644 --- a/docs/topic/authenticator-configuration.rst +++ b/docs/topic/authenticator-configuration.rst @@ -48,7 +48,7 @@ to some value, you can do that with the following command: .. code-block:: bash - sudo tljh-config set auth.LDAPAuthenticator.server_address = 'my-ldap-server' + sudo tljh-config set auth.LDAPAuthenticator.server_address 'my-ldap-server' Most authenticators require you set multiple configuration options before you can enable them. Read the authenticator's documentation carefully for more information. From 06bc3f17fc373991c626711ab381e8fae72b499b Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Sat, 18 May 2019 17:20:52 -0700 Subject: [PATCH 2/2] Fix typo: s/src/srv/ --- docs/howto/content/share-data.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/content/share-data.rst b/docs/howto/content/share-data.rst index 95991f7..b0e7e06 100644 --- a/docs/howto/content/share-data.rst +++ b/docs/howto/content/share-data.rst @@ -67,7 +67,7 @@ follow these steps: .. code-block:: bash - sudo ln -s /src/data/my_shared_data_folder my_shared_data_folder + sudo ln -s /srv/data/my_shared_data_folder my_shared_data_folder #. **Confirm that this worked** by logging in as a new user. You can do this by opening a new "incognito" browser window and accessing your JupyterHub.