From 517d9c73da57d8aed3d81e774179395e2b31a53c 2017-09-12 10:22:06 From: Thomas Kluyver Date: 2017-09-12 10:22:06 Subject: [PATCH] Fix link to flit --- diff --git a/docs/source/config/custommagics.rst b/docs/source/config/custommagics.rst index f144273..8726000 100644 --- a/docs/source/config/custommagics.rst +++ b/docs/source/config/custommagics.rst @@ -139,7 +139,7 @@ Complete Example Here is a full example of a magic package. You can distribute magics using setuptools, distutils, or any other distribution tools like `flit -` for pure Python packages. +`_ for pure Python packages. .. sourcecode:: bash