aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/gen-docs.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/gen-docs.js')
-rwxr-xr-xdocs/src/gen-docs.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/src/gen-docs.js b/docs/src/gen-docs.js
index 61fd3b3a..ffbf0068 100755
--- a/docs/src/gen-docs.js
+++ b/docs/src/gen-docs.js
@@ -55,6 +55,8 @@ writer.makeDir('build/docs/', true).then(function() {
fileFutures.push(writer.output('partials/' + doc.section + '/' + id + '.html', doc.html()));
});
+ ngdoc.checkBrokenLinks(docs);
+
writeTheRest(fileFutures);
return Q.deep(fileFutures);