From 63d4df9810614ac20ea66bc9d56fa7404685ea4e Mon Sep 17 00:00:00 2001 From: Matteo Bertini Date: Thu, 19 Nov 2020 05:21:05 +0100 Subject: [PATCH] Fix broken links to the documentation (#2755) - fix the "installation chapter of the book" link, the current link has no "en/" for English as it does for other languages - correct the link "learning resources in our [documentation]", missing in the new site, where the documentation is well highlighted in the top bar. Rephrased to point to the cookbook --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 638b088fca..60b0a1619c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ There are also [good first issues](https://github.com/nushell/nushell/issues?q=i We also have an active [Discord](https://discord.gg/NtAbbGn) and [Twitter](https://twitter.com/nu_shell) if you'd like to come and chat with us. -You can also find more learning resources in our [documentation](https://www.nushell.sh/documentation.html) site. +You can also find information on more specific topics in our [cookbook](https://www.nushell.sh/cookbook/). Try it in Gitpod. @@ -44,7 +44,7 @@ Try it in Gitpod. ### Local -Up-to-date installation instructions can be found in the [installation chapter of the book](https://www.nushell.sh/book/en/installation.html). **Windows users**: please note that Nu works on Windows 10 and does not currently have Windows 7/8.1 support. +Up-to-date installation instructions can be found in the [installation chapter of the book](https://www.nushell.sh/book/installation.html). **Windows users**: please note that Nu works on Windows 10 and does not currently have Windows 7/8.1 support. To build Nu, you will need to use the **latest stable (1.47 or later)** version of the compiler.