diff --git a/index.js b/index.js index fca68cf..c316929 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); }