aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorMerryMage <[email protected]>2021-06-19 11:37:14 +0100
committerMerryMage <[email protected]>2021-06-19 11:37:32 +0100
commite61e771a5f9ead432fa5a2b282b4153f22e1614c (patch)
treef185940e637d43e862d2f34f26a080bdfad897a1 /README.md
parenta626a2ec63a18624e191ba1c103b08d26e65a8d9 (diff)
downloaddynarmic-e61e771a5f9ead432fa5a2b282b4153f22e1614c.tar.gz
dynarmic-e61e771a5f9ead432fa5a2b282b4153f22e1614c.zip
README: Update link to higan
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 dd58d2b9..1b0eafb2 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ More general alternatives:
* [VisUAL](https://salmanarif.bitbucket.io/visual/index.html) - Visual ARM UAL emulator intended for education
* A wide variety of other recompilers, interpreters and emulators can be found embedded in other projects, here are some we would recommend looking at:
* [firebird's recompiler](https://github.com/nspire-emus/firebird) - Takes more of a call-threaded approach to recompilation
- * [higan's arm7tdmi emulator](https://gitlab.com/higan/higan/tree/master/higan/component/processor/arm7tdmi) - Very clean code-style
+ * [higan's arm7tdmi emulator](https://github.com/higan-emu/higan/tree/master/higan/component/processor/arm7tdmi) - Very clean code-style
* [arm-js by ozaki-r](https://github.com/ozaki-r/arm-js) - Emulates ARMv7A and some peripherals of Versatile Express, in the browser
Disadvantages of Dynarmic