diff options
author | Julio Jordán <juliojjordanp@outlook.com> | 2025-02-08 15:42:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-08 09:42:12 -0500 |
commit | e399e00e7828a47a92f3a2a35ab56740b176bbe2 (patch) | |
tree | 2128158ba4f75997e749eaf89c01de396b36c779 /docs/src | |
parent | 51477bc71107637173bd974a3b10f682ac71bd9a (diff) | |
download | libuv-e399e00e7828a47a92f3a2a35ab56740b176bbe2.tar.gz libuv-e399e00e7828a47a92f3a2a35ab56740b176bbe2.zip |
doc: fix README link text (#4693)
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/index.rst b/docs/src/index.rst index 5bdb4be8..448de406 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -58,5 +58,5 @@ libuv can be downloaded from `here <https://dist.libuv.org/dist/>`_. Installation ------------ -Installation instructions can be found in `the README <https://github.com/libuv/libuv/blob/master/README.md>`_. +Installation instructions can be found in the `README <https://github.com/libuv/libuv/blob/master/README.md>`_. |