wiki.decomp.dev -> decomp.wiki

This commit is contained in:
Luke Street
2025-09-07 22:30:29 -06:00
parent 3868a54ab0
commit 1a006770ad
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
Decompilation progress website & GitHub bot. 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 ## Backend Setup
+1 -1
View File
@@ -421,7 +421,7 @@ pub fn nav_links() -> Markup {
a href="https://ghidra.decomp.dev" { "Ghidra" } a href="https://ghidra.decomp.dev" { "Ghidra" }
} }
li { li {
a href="https://wiki.decomp.dev" { "Wiki" } a href="https://decomp.wiki" { "Wiki" }
} }
li { li {
a #theme-toggle .icon-theme-light-dark href="#" title="Toggle theme" {} a #theme-toggle .icon-theme-light-dark href="#" title="Toggle theme" {}
+1 -1
View File
@@ -379,7 +379,7 @@ async fn render_project(
" that compiles to the same binary as the original." " that compiles to the same binary as the original."
" All source code is written from scratch." " All source code is written from scratch."
footer { footer {
a href="https://wiki.decomp.dev/" { "Learn more" } a href="https://decomp.wiki/" { "Learn more" }
} }
} }
} }