Skip to content

Commit fcd1ba8

Browse files
nmergetmfranzke
andauthored
Update scripts/documentation/merge-component-docs.ts
Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>
1 parent f58c777 commit fcd1ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/documentation/merge-component-docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ for (const { name, lib } of targets) {
154154
for (const key of Object.keys(groupedFiles)) {
155155
const componentName = toPascalCase(key);
156156
instructionsContent += `
157-
- use for \`DB${componentName}\` or \`${componentName}\` the file __agent-path__/${componentName}.md`;
157+
- use for \`DB${componentName}\` or \`${componentName}\` the file __agent-path__/agent/${componentName}.md`;
158158
}
159159

160160
writeFileSync(instructionsFilePath, instructionsContent, 'utf8');

0 commit comments

Comments
 (0)