summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJean Jordaan <jean.jordaan@gmail.com>2016-08-01 11:11:01 +0700
committerJean Jordaan <jean.jordaan@gmail.com>2016-08-01 11:11:01 +0700
commit19b3d6d06a5c03a012770f513408fa5d8f9708bc (patch)
treeada00364ee03e4c66b169b3b28e6a5b5697136f4 /docs
parent59090d33a8db841613e5ff225061ab7ba574ebb3 (diff)
downloadtablib-19b3d6d06a5c03a012770f513408fa5d8f9708bc.tar.gz
Change the blind reference `mit` to an URL
:ref:`MIT Licensed <mit>` had no target in the docs, so change it to a canonical URL.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index f21582e..18d100e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -22,7 +22,7 @@ Release v\ |version|. (:ref:`Installation <install>`)
.. * :ref:`search`
-Tablib is an :ref:`MIT Licensed <mit>` format-agnostic tabular dataset library, written in Python.
+Tablib is an `MIT Licensed <https://mit-license.org/>`_ format-agnostic tabular dataset library, written in Python.
It allows you to import, export, and manipulate tabular data sets.
Advanced features include segregation, dynamic columns, tags & filtering,
and seamless format import & export.