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.
This commit is contained in:
Jean Jordaan
2016-08-01 11:11:01 +07:00
parent 59090d33a8
commit 19b3d6d06a
+1 -1
View File
@@ -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.