Skip to content

Commit

Permalink
fix: update outdated reference to versions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maximousblk committed Jun 2, 2022
1 parent 1630ffc commit 558c8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const denoZipName = {
};

export async function getDenoVersions(): Promise<string[]> {
const versions = await fetch('https://github.com/denoland/deno_website2/raw/main/versions.json')
const versions = await fetch('https://github.com/denoland/dotland/raw/main/versions.json')
.then((res) => res.json())
.catch(() => {
const err = 'Unable to fetch Deno versions';
Expand Down

0 comments on commit 558c8b9

Please sign in to comment.