summaryrefslogtreecommitdiff
path: root/posts/2014-09-18-wavedrum-firmware-disassembler.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'posts/2014-09-18-wavedrum-firmware-disassembler.markdown')
-rw-r--r--posts/2014-09-18-wavedrum-firmware-disassembler.markdown8
1 files changed, 4 insertions, 4 deletions
diff --git a/posts/2014-09-18-wavedrum-firmware-disassembler.markdown b/posts/2014-09-18-wavedrum-firmware-disassembler.markdown
index d51f85e..af8d043 100644
--- a/posts/2014-09-18-wavedrum-firmware-disassembler.markdown
+++ b/posts/2014-09-18-wavedrum-firmware-disassembler.markdown
@@ -89,10 +89,10 @@ i.e. only the boot kernel. Before I can parse the remainder I need to
figure out the memory layout.
The code is freely available under the
-[GPL](http://www.gnu.org/licenses/#GPL) and can be downloaded from
-[gitorious](https://gitorious.org/wavedrum/sharc-disassembler). See
-the included instructions for assistance in compiling and using the
-disassembler.
+[GPL](http://www.gnu.org/licenses/#GPL) and can be
+[downloaded here](http://git.elephly.net/wavedrum/sharc-disassembler.git).
+See the included instructions for assistance in compiling and using
+the disassembler.
# Next steps