diff --git a/README.md b/README.md
index b41b0de4..f892b3b4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[
](http://justinethier.github.com/cyclone)
+[
](http://github.com/justinethier/cyclone)
Cyclone is an experimental Scheme-to-C compiler that uses a variant of the [Cheney on the MTA](http://www.pipeline.com/~hbaker1/CheneyMTA.html) technique to implement full tail recursion, continuations, generational garbage collection, and native threads.
diff --git a/docs/User-Manual.md b/docs/User-Manual.md
index ab2b1246..88bb2fb1 100644
--- a/docs/User-Manual.md
+++ b/docs/User-Manual.md
@@ -1,4 +1,4 @@
-[
](http://justinethier.github.com/cyclone)
+[
](http://github.com/justinethier/cyclone)
# User Manual