chore: update outdated reference to versions.json (#28)

This commit is contained in:
Kid 2022-03-05 06:24:53 +08:00 committed by GitHub
parent 877e3e0632
commit d4873ceeec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(