Skip to content

Commit

Permalink
fix(dgeni): API doc link URLs missing docs prefix (#2876)
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 committed Jun 15, 2024
1 parent c2912d8 commit 489ed7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dgeni/src/transforms/daffodil-api-package/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const apiDocs = new Package('checkout', [
});
computePathsProcessor.pathTemplates.push({
docTypes: EXPORT_DOC_TYPES,
pathTemplate: '${moduleDoc.moduleFolder}/${name}',
pathTemplate: 'docs/${moduleDoc.moduleFolder}/${name}',
outputPathTemplate: '${moduleDoc.moduleFolder}/${safeName}.json',
});
})
Expand Down

0 comments on commit 489ed7c

Please sign in to comment.