Skip to content

Commit

Permalink
chore: fixing issue for TS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Nov 20, 2024
1 parent 077782a commit 75e8835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/plugins/mdbook-example-import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ export function handleExampleImports(
.replace(
'fuels-ts/create-fuels-counter-guide',
'fuels-ts/apps/create-fuels-counter-guide'
);
)
.replace('fuels-ts/docs', 'fuels-ts/apps/docs');
}
const fileContent = fs.readFileSync(fileAbsPath, 'utf8');
const cachedFile = getFilesOnCache(fileAbsPath);
Expand Down

0 comments on commit 75e8835

Please sign in to comment.