Skip to content

Commit

Permalink
update redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
TentativeConvert authored Dec 10, 2024
1 parent a191c47 commit ae38ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ const router = createHashRouter([
{
// For backwards compatibility
path: "/game/nng",
loader: () => redirect("/g/hhu-adam/NNG4")
loader: () => redirect("/g/leanprover-community/nng4")
},
{
// For backwards compatibility
path: "/g/hhu-adam/NNG4",
loader: () => redirect("/g/leanprover-community/NNG4")
loader: () => redirect("/g/leanprover-community/nng4")
},
{
path: "/g/:owner/:repo",
Expand Down

0 comments on commit ae38ad9

Please sign in to comment.