mirror of
https://github.com/encounter/decomp.dev.git
synced 2026-07-10 03:18:48 -07:00
wiki.decomp.dev -> decomp.wiki
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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" {}
|
||||
|
||||
@@ -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" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user