From d4873ceeec10de6275fecd1f94b6985369d40231 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Sat, 5 Mar 2022 06:24:53 +0800 Subject: [PATCH] chore: update outdated reference to versions.json (#28) --- src/version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.js b/src/version.js index 8322b9e..c722350 100644 --- a/src/version.js +++ b/src/version.js @@ -61,7 +61,7 @@ async function resolveVersion({ range, isCanary }) { } const res = await fetch( - "https://raw.githubusercontent.com/denoland/deno_website2/main/versions.json", + "https://raw.githubusercontent.com/denoland/dotland/main/versions.json", ); if (res.status !== 200) { throw new Error(