From d580f7e1e5342e5e2808a2934c0d63057bf30703 Mon Sep 17 00:00:00 2001 From: "Jeroen F.J. Laros" Date: Wed, 20 Jun 2018 21:37:57 +0200 Subject: [PATCH] RTD badge. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 64e8d24..ad7ff3f 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Trie implementation using nested dictionaries .. image:: https://travis-ci.org/jfjlaros/dict-trie.svg?branch=master :target: https://travis-ci.org/jfjlaros/dict-trie -.. image:: https://dict-trie.readthedocs.io/en/latest/?badge=latest +.. image:: https://readthedocs.org/projects/dict-trie/badge/?version=latest :target: https://dict-trie.readthedocs.io/en/latest This library provides a trie_ implementation using nested dictionaries. Apart -- GitLab