From 1a006770addb3ba059a8f1f231093f5a6a40c717 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sun, 7 Sep 2025 22:30:29 -0600 Subject: [PATCH] wiki.decomp.dev -> decomp.wiki --- README.md | 2 +- crates/web/src/handlers/common.rs | 2 +- crates/web/src/handlers/project.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" } } } }