From 551c3f3ac6c182165ddf590b6193549b53daa786 Mon Sep 17 00:00:00 2001 From: Dan Lester Date: Tue, 26 May 2020 19:39:03 +0100 Subject: [PATCH] Fixed git repo link from markdown to rst --- docs/contributing/dev-setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/dev-setup.rst b/docs/contributing/dev-setup.rst index af116c7..40997a7 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](https://github.com/jupyterhub/the-littlest-jupyterhub) (or your fork of it). +#. Clone the `git repo `_ (or your fork of it). #. Build a docker image that has a functional systemd in it. .. code-block:: bash