Merge pull request #679 from crhistianramirez/patch-1

Fix broken link to nodejs versions
This commit is contained in:
Corey Butler
2021-10-11 12:53:02 -05:00
committed by GitHub

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/")
}
}