From 68f378b474733fbc6365ec63a2c224f5f24040a1 Mon Sep 17 00:00:00 2001 From: Dan Lester Date: Wed, 6 May 2020 20:08:01 +0100 Subject: [PATCH] Add a useful link to the git repo, fix a typo, in docs --- docs/contributing/dev-setup.rst | 2 +- docs/howto/admin/admin-users.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/dev-setup.rst b/docs/contributing/dev-setup.rst index 01ca6d0..af116c7 100644 --- a/docs/contributing/dev-setup.rst +++ b/docs/contributing/dev-setup.rst @@ -9,7 +9,7 @@ The easiest & safest way to develop & test TLJH is with `Docker `_. -#. Clone the git repo (or your fork of it). +#. Clone the [git repo](https://github.com/jupyterhub/the-littlest-jupyterhub) (or your fork of it). #. Build a docker image that has a functional systemd in it. .. code-block:: bash diff --git a/docs/howto/admin/admin-users.rst b/docs/howto/admin/admin-users.rst index ebc71a8..f1dcf5a 100644 --- a/docs/howto/admin/admin-users.rst +++ b/docs/howto/admin/admin-users.rst @@ -13,7 +13,7 @@ Admin users in TLJH have the following powers: #. Change configuration of TLJH This is a lot of power, so make sure you know who you are giving it -to. Admin users should have decent passwords / secure logni mechanisms, +to. Admin users should have decent passwords / secure login mechanisms, so attackers can not easily gain control of the system. .. important::