doc: fix link in misc.rst

This commit is contained in:
Manos Nikolaidis 2014-11-10 12:06:08 +00:00 committed by Saúl Ibarra Corretgé
parent cb5140023b
commit 0fc24f6f74

View File

@ -171,7 +171,7 @@ API
.. c:function:: void uv_loadavg(double avg[3])
Gets the load average. See: http://en.wikipedia.org/wiki/Load_(computing)
Gets the load average. See: `<http://en.wikipedia.org/wiki/Load_(computing)>`_
.. note::
Returns [0,0,0] on Windows (i.e., it's not implemented).