From 93bf4f063b473f6a1c72cbe5900174e9bac3d1af Mon Sep 17 00:00:00 2001 From: NotTheDr01ds <32344964+NotTheDr01ds@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:12:02 -0500 Subject: [PATCH] Update release-notes template to point to plugins page --- 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 6d96116c6..a56b762aa 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