Skip to content

Commit 546811a

Browse files
authored
fix(www): change redirect (#1385)
1 parent ee5b589 commit 546811a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Deno.serve((req) => {
2727
}
2828

2929
return Response.redirect(
30-
"https://docs.deno.com/runtime/reference/cli/lint/",
30+
"https://docs.deno.com/lint/",
3131
301,
3232
);
3333
});

0 commit comments

Comments
 (0)