fix psutil URL.

This commit is contained in:
shirou 2018-02-20 16:00:26 +09:00
parent 32a44bdc39
commit 543a05cce0
1 changed files with 2 additions and 2 deletions

View File

@ -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