summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Ligot <olivier.ligot@groups.be>2016-03-17 10:39:07 +0100
committerOlivier Ligot <olivier.ligot@groups.be>2016-03-17 10:39:07 +0100
commit70f7d991271d1ce45a7274b3a88cc130dcadbf69 (patch)
tree3e42fabcc90e09b399964a4d427f9f044ce5550d
parentc24f2b581540f024ecf2820f5e1f325d1bd5e3e1 (diff)
Fix the link to the documentation
http://glances.readthedocs.org/en/latest/glances-doc.html returns a 404 - Not Found
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 7464b230..7a81190a 100644
--- a/index.html
+++ b/index.html
@@ -199,7 +199,7 @@
</p>
<ul class="row list-inline text-center">
<li class="col-xs-6">
- <a class="link-round" href="http://glances.readthedocs.org/en/latest/glances-doc.html">
+ <a class="link-round" href="http://glances.readthedocs.org/en/latest/">
<span class="fa fa-book" aria-hidden="true"></span>
<h3>Read the doc</h3>
</a>