From eec8beeeb046ae9d285ca2f6cff5ed64e0d49300 Mon Sep 17 00:00:00 2001 From: Crhistian Ramirez <16483662+crhistianramirez@users.noreply.github.com> Date: Sun, 10 Oct 2021 13:35:08 -0400 Subject: [PATCH] Fix broken link to nodejs versions Nodejs must have updated their URLs --- src/nvm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvm.go b/src/nvm.go index e7a7b77..7d4bb2d 100644 --- a/src/nvm.go +++ b/src/nvm.go @@ -609,7 +609,7 @@ func list(listtype string) { table.AppendBulk(data) // Add Bulk Data table.Render() - fmt.Println("\nThis is a partial list. For a complete list, visit https://nodejs.org/download/releases") + fmt.Println("\nThis is a partial list. For a complete list, visit https://nodejs.org/download/release/") } }