Update nvm.go

Updated link to available versions. Closes #688.
This commit is contained in:
Corey Butler
2021-11-12 17:07:28 -06:00
committed by GitHub
parent 065bbc490c
commit 7646a541d0

View File

@@ -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/release/")
fmt.Println("\nThis is a partial list. For a complete list, visit https://nodejs.org/en/download/releases")
}
}