Skip to content

Commit

Permalink
fix final link
Browse files Browse the repository at this point in the history
  • Loading branch information
khaliqgant committed Dec 18, 2024
1 parent 23720eb commit 44cc9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-readmes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for (const integration of integrations) {

for (const [type, integration, key, config] of toGenerate) {
try {
const filename = `integrations/${integration}/actions/${key}.md`;
const filename = `integrations/${integration}/${type}s/${key}.md`;

let markdown;
try {
Expand Down

0 comments on commit 44cc9f3

Please sign in to comment.