Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 28, 2023
1 parent a56c3c8 commit e7f27d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Function/Build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default (async (...[File, Option]: Parameters<Type>) => {
Exec("mv ./Documentation/functions ./Documentation/Function");

Exec(`find ./Documentation -type f -name '*.html' \
| xargs sed -i.bak --regexp-extended 's:(href="[^"]+)functions/:\\1Function/:g'`);
| xargs sed -i.bak --regexp-extended 's:(href="[^"]+)functions/:\x01Function/:g'`);
}, 3000);
}) satisfies Type as Type;

Expand Down

0 comments on commit e7f27d3

Please sign in to comment.