Skip to content

Commit 72bb5bd

Browse files
chore(doc-gen): fix path to modules on angular.io
1 parent 04a9eb8 commit 72bb5bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/angular.io-package/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = new Package('angular.io', [basePackage])
2626

2727
computePathsProcessor.pathTemplates.push({
2828
docTypes: ['module'],
29-
pathTemplate: '${id}.html',
29+
pathTemplate: '${id}/',
3030
outputPathTemplate: MODULES_DOCS_PATH + '/${id}/index.jade'
3131
});
3232

0 commit comments

Comments
 (0)