From d896ccfd904c6f7e822b66b4e5fa4cba0c93ebc3 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Sat, 22 Jan 2022 11:51:41 +0100 Subject: [PATCH] docs: fix links in introduction --- docs/src/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/index.md b/docs/src/index.md index 52490f41d..3ea5d913a 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -6,9 +6,9 @@ Linux, Windows, Mac and other platforms. The API reference for `uucore`, the library of functions shared between various utils, is hosted at at -[docs.rs](https://docs.rs/uucore/0.0.12/uucore/). +[docs.rs](https://docs.rs/uucore/latest/uucore/). -uutils is licensed under the [MIT License](https://github.com/uutils/coreutils/LICENSE.md). +uutils is licensed under the [MIT License](https://github.com/uutils/coreutils/blob/main/LICENSE). ## Useful links * [Releases](https://github.com/uutils/coreutils/releases)