diff --git a/apps/docs/src/guide/getting-started/index.md b/apps/docs/src/guide/getting-started/index.md index c5e7548def..55e3f208f0 100644 --- a/apps/docs/src/guide/getting-started/index.md +++ b/apps/docs/src/guide/getting-started/index.md @@ -4,9 +4,9 @@ Welcome to `fuels` Typescript SDK! We prepared a couple guides to walk you through your first steps: -1. [Installation](./guide/getting-started/installation) -1. [Connecting to the Network](./guide/getting-started/connecting-to-the-network) -1. [Running a local Fuel node](./guide/getting-started/running-a-local-fuel-node) -1. [React Example](./guide/getting-started/react-example) -1. [CDN Usage](./guide/getting-started/cdn-usage) -1. [Further Resources](./guide/getting-started/next-steps) +1. [Installation](./installation.md) +1. [Connecting to the Network](./connecting-to-the-network.md) +1. [Running a local Fuel node](./running-a-local-fuel-node.md) +1. [React Example](./react-example.md) +1. [CDN Usage](./cdn-usage.md) +1. [Next Steps](./next-steps.md)