From f4e25f51e57263c03bac0706874999720065db80 Mon Sep 17 00:00:00 2001 From: Basil Feitknecht <114588139+bfeitknecht@users.noreply.github.com> Date: Sun, 30 Mar 2025 11:26:00 +0200 Subject: [PATCH] feat(docs): correct `std-rfc` reference --- book/standard_library.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/book/standard_library.md b/book/standard_library.md index f3e296b02a1..2b56e910988 100644 --- a/book/standard_library.md +++ b/book/standard_library.md @@ -98,11 +98,9 @@ As mentioned in [Using Modules](./modules/using_modules.md#module-definitions), ## The Standard Library Candidate Module -(Also known as `std-rfc`) +`std-rfc`, found in the [nushell Repository](https://github.com/nushell/nushell/tree/main/crates/nu-std/std-rfc), serves as a staging ground for possible Standard Library additions. -`stdlib-candidate`, found in the [nu_scripts Repository](https://github.com/nushell/nu_scripts/tree/main/stdlib-candidate/std-rfc), serves as a staging ground for possible Standard Library additions. - -If you are interested in adding to the Standard Library, please submit your code via PR to the Candidate module in that repository. We also encourage you to install this module and provide feedback on upcoming candidate commands. +If you are interested in adding to the Standard Library, please submit your code via PR to the `std-rfc` module in that repository. We also encourage you to install this module and provide feedback on upcoming candidate commands. ::: details More details