Skip to content

Commit 6280022

Browse files
authored
feat(docs): correct std-rfc reference (#1854)
1 parent 3320f51 commit 6280022

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

book/standard_library.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,9 @@ As mentioned in [Using Modules](./modules/using_modules.md#module-definitions),
9898

9999
## The Standard Library Candidate Module
100100

101-
(Also known as `std-rfc`)
101+
`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.
102102

103-
`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.
104-
105-
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.
103+
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.
106104

107105
::: details More details
108106

0 commit comments

Comments
 (0)