From 135450607c4fe3e14cff213a3a95e9f024faeadb Mon Sep 17 00:00:00 2001 From: Douglas <32344964+NotTheDr01ds@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:15:22 -0500 Subject: [PATCH] Update release-notes template to point to plugins page (#1038) As mentioned in https://github.com/nushell/nushell.github.io/issues/1788 (fix going forward). --- make_release/release-note/template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_release/release-note/template.md b/make_release/release-note/template.md index 6d96116..a56b762 100644 --- a/make_release/release-note/template.md +++ b/make_release/release-note/template.md @@ -20,7 +20,7 @@ Today, we're releasing version {{VERSION}} of Nu. This release adds... Nu {{VERSION}} is available as [pre-built binaries](https://github.com/nushell/nushell/releases/tag/{{VERSION}}) or from [crates.io](https://crates.io/crates/nu). If you have Rust installed you can install it using `cargo install nu`. -As part of this release, we also publish a set of optional plugins you can install and use with Nu. To install, use `cargo install nu_plugin_`. +As part of this release, we also publish a set of optional [plugins](https://www.nushell.sh/book/plugins.html) you can install and use with Nushell. # Table of contents