Fix broken link to nodejs versions

Nodejs must have updated their URLs
This commit is contained in:
Crhistian Ramirez
2021-10-10 13:35:08 -04:00
committed by GitHub
parent e5dd207c63
commit eec8beeeb0

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