Skip to content

Commit 9200cd1

Browse files
committed
fixup!
1 parent eeadc1a commit 9200cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/legacy-json/utils/buildSection.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export const createSectionBuilder = () => {
200200
api: head.api,
201201
path: head.path,
202202
// TODO(@avivkeller): This should be configurable
203-
source: `doc/api/${head.path}.md`,
203+
source: `doc/api${head.path}.md`,
204204
};
205205

206206
buildHierarchy(entries).forEach(entry => handleEntry(entry, rootModule));

0 commit comments

Comments
 (0)