diff --git a/index.js b/index.js
index fca68cf6..c3169298 100644
--- a/index.js
+++ b/index.js
@@ -116,7 +116,7 @@ module.exports = {
         if (!options.noindex)
           compounds.unshift(root); // insert root at top if index is enabled
         var contents = templates.renderArray(compounds);
-        contents.push('Generated by [Moxygen](https://sourcey.com/moxygen)')
+        contents.push('Generated by [Moxygen](https://github.com/sourcey/moxygen)')
         helpers.writeCompound(root, contents, doxyparser.references, options);
       }