summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authormaxdunbar <48608399+maxdunbar@users.noreply.github.com>2022-07-07 21:07:44 -0700
committerGitHub <noreply@github.com>2022-07-07 21:07:44 -0700
commit32d90d508099d1c0f9a5b1a0ff4dcb6119d765f1 (patch)
treeaecf1441d020dbf7145eb7f95e8ba928928bbb03 /Readme.md
parent5ed06c2b030d210aa5f1ab79ed0ccf7795ab2eb8 (diff)
Fixing the github wiki link
Its late and I accidently linked to both wikis, this just links to the github wiki
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 4fb95e4ed8..f5d4d7bf58 100644
--- a/Readme.md
+++ b/Readme.md
@@ -61,7 +61,7 @@ since the Binary directory contains a working Dolphin distribution.
Dolphin requires [CMake](https://cmake.org/) for systems other than Windows. Many libraries are
bundled with Dolphin and used if they're not installed on your system. CMake
will inform you if a bundled library is used or if you need to install any
-missing packages yourself. You may refer to the [wiki](https://wiki.dolphin-emu.org/index.php?title=Building_Dolphin_on_Linux](https://github.com/dolphin-emu/dolphin/wiki/Building-for-Linux) for more information.
+missing packages yourself. You may refer to the [wiki](https://github.com/dolphin-emu/dolphin/wiki/Building-for-Linux) for more information.
Make sure to pull submodules before building:
```sh