Skip to content

Commit

Permalink
fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank committed Nov 28, 2024
1 parent 13c454f commit 6d5c114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion learn/tutorials/_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const sidebar = [
},
{
label: "Use Express with Deno",
id: "/learn/tutorials/learn/express/",
id: "/learn/tutorials/express/",
type: "tutorial",
},
{
Expand Down
4 changes: 2 additions & 2 deletions oldurls.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"/runtime/tutorials/": "/learn/",
"/runtime/manual/examples/how_to_with_npm/": "/learn/",
"/runtime/manual/tutorials/": "/learn/",
"/runtime/learn/tutorials/": "/learn/",
"/runtime/learn/examples/": "/learn/"
"/learn/tutorials/": "/learn/",
"/learn/examples/": "/learn/"
}

0 comments on commit 6d5c114

Please sign in to comment.