chore(doc-gen): fix path to modules on angular.io

This commit is contained in:
Peter Bacon Darwin 2015-05-15 13:54:41 +01:00
parent 04a9eb8820
commit 72bb5bdd5a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ module.exports = new Package('angular.io', [basePackage])
computePathsProcessor.pathTemplates.push({
docTypes: ['module'],
pathTemplate: '${id}.html',
pathTemplate: '${id}/',
outputPathTemplate: MODULES_DOCS_PATH + '/${id}/index.jade'
});