diff --git a/README.md b/README.md index c9dd3e9..289aa88 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Decompilation progress website & GitHub bot. -For more information, see the [wiki](https://wiki.decomp.dev/tools/decomp-dev). +For more information, see the [wiki](https://decomp.wiki/tools/decomp-dev). ## Backend Setup diff --git a/crates/web/src/handlers/common.rs b/crates/web/src/handlers/common.rs index b8f599c..3aabd5b 100644 --- a/crates/web/src/handlers/common.rs +++ b/crates/web/src/handlers/common.rs @@ -421,7 +421,7 @@ pub fn nav_links() -> Markup { a href="https://ghidra.decomp.dev" { "Ghidra" } } li { - a href="https://wiki.decomp.dev" { "Wiki" } + a href="https://decomp.wiki" { "Wiki" } } li { a #theme-toggle .icon-theme-light-dark href="#" title="Toggle theme" {} diff --git a/crates/web/src/handlers/project.rs b/crates/web/src/handlers/project.rs index 43e0ebc..f14de44 100644 --- a/crates/web/src/handlers/project.rs +++ b/crates/web/src/handlers/project.rs @@ -379,7 +379,7 @@ async fn render_project( " that compiles to the same binary as the original." " All source code is written from scratch." footer { - a href="https://wiki.decomp.dev/" { "Learn more" } + a href="https://decomp.wiki/" { "Learn more" } } } }