diff --git a/src/tools.json b/src/tools.json index 32f5973e3..421884284 100644 --- a/src/tools.json +++ b/src/tools.json @@ -11,18 +11,18 @@ "filePrefix": "", "platform": { "win32": { - "url": "https://github.com/redhat-developer/odo/releases/download/v0.0.20/odo-windows-amd64.exe.gz", + "url": "https://github.com/openshift/odo/releases/download/v0.0.20/odo-windows-amd64.exe.gz", "sha256sum": "3e58fe210a6878c8d96c75ccb05ef51b9ad26b39e4876f44ae144150b1ee807c", "dlFileName": "odo-windows-amd64.exe.gz", "cmdFileName": "odo.exe" }, "darwin": { - "url": "https://github.com/redhat-developer/odo/releases/download/v0.0.20/odo-darwin-amd64.gz", + "url": "https://github.com/openshift/odo/releases/download/v0.0.20/odo-darwin-amd64.gz", "sha256sum": "4de649cdcb19f917421e4f0b344599b22de75ece66f3f2104a04305f4a380fcc", "dlFileName": "odo-darwin-amd64.gz" }, "linux": { - "url": "https://github.com/redhat-developer/odo/releases/download/v0.0.20/odo-linux-amd64.gz", + "url": "https://github.com/openshift/odo/releases/download/v0.0.20/odo-linux-amd64.gz", "sha256sum": "00884e1ff9995802ef527ddc29f3702768e42da2f1db69b8f68b8db704865d62", "dlFileName": "odo-linux-amd64.gz" } @@ -58,4 +58,4 @@ } } } -} \ No newline at end of file +}