Skip to content

Commit

Permalink
docs: add link file endings
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbate committed Jan 10, 2025
1 parent 17ad54e commit 92f6ed6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docs/src/guide/cookbook/optimized-react-example.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Optimized React Example

This example implements the strategies outlined in [Optimizing Frontend Apps](/guide/transactions/optimizing-frontend-apps) and demonstrates how to improve the perceived speed of transactions in a React application.
This example implements the strategies outlined in [Optimizing Frontend Apps](/guide/transactions/optimizing-frontend-apps.md) and demonstrates how to improve the perceived speed of transactions in a React application.

```tsx
import { Provider, Wallet, ScriptTransactionRequest } from "fuels";
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/guide/getting-started/react-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ export default App;

# See Also

- [Optimized React Example](/guide/cookbook/optimized-react-example)
- [Optimized React Example](/guide/cookbook/optimized-react-example.md)
- [CDN Usage](./cdn-usage.md)
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Just remember:

# See Also

- Check a full example at [React Optimized Example](/guide/cookbook/optimized-react-example)
- Check a full example at [React Optimized Example](/guide/cookbook/optimized-react-example.md)

0 comments on commit 92f6ed6

Please sign in to comment.