From 19b3d6d06a5c03a012770f513408fa5d8f9708bc Mon Sep 17 00:00:00 2001 From: Jean Jordaan Date: Mon, 1 Aug 2016 11:11:01 +0700 Subject: [PATCH] Change the blind reference `mit` to an URL :ref:`MIT Licensed ` had no target in the docs, so change it to a canonical URL. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `) .. * :ref:`search` -Tablib is an :ref:`MIT Licensed ` format-agnostic tabular dataset library, written in Python. +Tablib is an `MIT Licensed `_ 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.