Skip to content

Commit

Permalink
rename doc page to conform title
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf committed Feb 6, 2024
1 parent c7e0c54 commit 7933f13
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default defineConfig({
},
{
text: 'Connecting to Testnet',
link: '/guide/providers/connecting-to-an-external-node',
link: '/guide/providers/connecting-to-the-testnet-or-an-external-node',
},
{
text: 'Querying the Chain',
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/guide/providers/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ At a high level, you can use the Fuel TypeScript SDK to build applications that

For this interaction to work, the SDK must be able to communicate with a `fuel-core` node; you have two options at your disposal:

1. Use the [Testnet](../providers/connecting-to-an-external-node.md)
1. Use the [Testnet](../providers/connecting-to-the-testnet-or-an-external-node.md)
2. [Run a local Fuel-Core node](https://docs.fuel.network/guides/running-a-node/) and instantiate a provider that points to that node's IP and port

For application building, you should use the first option.
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/guide/providers/querying-the-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Once you have set up a provider, you're ready to interact with the Fuel blockcha
We can connect to either a _*local*_ or an _*external*_ node:

> 1. _Running a [local node](https://docs.fuel.network/guides/running-a-node/)_
> 1. _Connecting to an [external node](./connecting-to-an-external-node.md)_
> 1. _Connecting to an [external node](./connecting-to-the-testnet-or-an-external-node.md)_
Let's look at a few examples below.

Expand Down

0 comments on commit 7933f13

Please sign in to comment.