mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2026-01-14 07:03:17 +08:00
Fix broken link to nodejs versions
Nodejs must have updated their URLs
This commit is contained in:
committed by
GitHub
parent
e5dd207c63
commit
eec8beeeb0
@@ -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/")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user