summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2013-05-17 16:11:00 +0200
committerAlessio Sergi <al3hex@gmail.com>2013-05-17 16:11:00 +0200
commit563e8956ef16b82a425eda9e142e74b18e9afff8 (patch)
treeecf06afb058175c03037fa5c38d9b5415bf08093 /README.rst
parent7e94e4a0cc707fad03cc958c45ec6269c02adcc0 (diff)
README: Fix image links
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index f26cc902..29ff416c 100644
--- a/README.rst
+++ b/README.rst
@@ -1,4 +1,4 @@
-.. image:: http://api.flattr.com/button/flattr-badge-large.png
+.. image:: https://api.flattr.com/button/flattr-badge-large.png
:target: https://flattr.com/thing/484466/nicolargoglances-on-GitHub
.. image:: https://travis-ci.org/nicolargo/glances.png?branch=master
:target: https://travis-ci.org/nicolargo/glances
@@ -7,14 +7,14 @@
Glances - An eye on your system
===============================
-.. image:: docs/images/glances-white-256.png
+.. image:: https://raw.github.com/nicolargo/glances/master/docs/images/glances-white-256.png
:width: 128
**Glances** is a cross-platform curses-based monitoring tool written in Python.
It uses the `psutil`_ library to get information from your system.
-.. image:: docs/images/screenshot-wide.png
+.. image:: https://raw.github.com/nicolargo/glances/master/docs/images/screenshot-wide.png
Requirements
============