diff --git a/templates/readme-template.rst b/templates/readme-template.rst
index 079264bf681a71427a5f5b22569e433270664613..84cd5bc25a4bed2b2e118e7a928febc3733436da 100644
--- a/templates/readme-template.rst
+++ b/templates/readme-template.rst
@@ -2,9 +2,9 @@
 .. <DATE>
 
 .. image:: http://img.shields.io/badge/docs-stable-yellow.svg
-   :target: http://pythonhosted.org/<PACKAGE>/index.html
+   :target: https://www.idiap.ch/software/bob/docs/bob/<PACKAGE>/stable/index.html
 .. image:: http://img.shields.io/badge/docs-latest-orange.svg
-   :target: https://www.idiap.ch/software/bob/docs/latest/bob/<PACKAGE>/master/index.html
+   :target: https://www.idiap.ch/software/bob/docs/bob/<PACKAGE>/master/index.html
 .. image:: https://gitlab.idiap.ch/bob/<PACKAGE>/badges/master/build.svg
    :target: https://gitlab.idiap.ch/bob/<PACKAGE>/commits/master
 .. image:: https://gitlab.idiap.ch/bob/<PACKAGE>/badges/master/coverage.svg
@@ -13,8 +13,6 @@
    :target: https://gitlab.idiap.ch/bob/<PACKAGE>
 .. image:: http://img.shields.io/pypi/v/<PACKAGE>.svg
    :target: https://pypi.python.org/pypi/<PACKAGE>
-.. image:: http://img.shields.io/pypi/dm/<PACKAGE>.svg
-   :target: https://pypi.python.org/pypi/<PACKAGE>
 
 
 =========