From 543a05cce094293c7747322720256bee15d88a12 Mon Sep 17 00:00:00 2001 From: shirou Date: Tue, 20 Feb 2018 16:00:26 +0900 Subject: [PATCH] fix psutil URL. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9a707ba..bc4614f 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ gopsutil: psutil for golang .. image:: https://godoc.org/github.com/shirou/gopsutil?status.svg :target: http://godoc.org/github.com/shirou/gopsutil -This is a port of psutil (http://pythonhosted.org/psutil/). The challenge is porting all +This is a port of psutil (https://github.com/giampaolo/psutil). The challenge is porting all psutil functions on some architectures. @@ -296,7 +296,7 @@ Related Works I have been influenced by the following great works: -- psutil: http://pythonhosted.org/psutil/ +- psutil: https://github.com/giampaolo/psutil - dstat: https://github.com/dagwieers/dstat - gosigar: https://github.com/cloudfoundry/gosigar/ - goprocinfo: https://github.com/c9s/goprocinfo