diff --git a/.changeset/kind-ants-scream.md b/.changeset/kind-ants-scream.md new file mode 100644 index 00000000000..5513196ba11 --- /dev/null +++ b/.changeset/kind-ants-scream.md @@ -0,0 +1,4 @@ +--- +--- + +docs: update documentation for running a local Fuel node diff --git a/apps/docs/src/guide/getting-started/running-a-local-fuel-node.md b/apps/docs/src/guide/getting-started/running-a-local-fuel-node.md index 97cda0bd168..12a35692dd1 100644 --- a/apps/docs/src/guide/getting-started/running-a-local-fuel-node.md +++ b/apps/docs/src/guide/getting-started/running-a-local-fuel-node.md @@ -6,7 +6,7 @@ Check the online docs: | | Command | Documentation | | ----------- | ------------ | ------------------------------------------------------------------------------------------------------ | -| Fuel Binary | `fuel-core` | [docs](https://docs.fuel.network/guides/running-a-node/running-a-local-node/) — Running a local node | +| Fuel Binary | `fuel-core` | [docs](https://docs.fuel.network/docs/node-operator/fuel-ignition/local-node/) — Running a local node | | TS SDK | `fuels node` | [docs](https://docs.fuel.network/docs/fuels-ts/fuels-cli/commands/#fuels-node) — Using the `fuels` CLI | diff --git a/link-check.config.json b/link-check.config.json index 8ce8f969d75..b269b14e999 100644 --- a/link-check.config.json +++ b/link-check.config.json @@ -7,12 +7,6 @@ "ignorePatterns": [ { "pattern": "^http://localhost:3000" - }, - { - "pattern": "https://docs.fuel.network/docs/fuels-ts/getting-started/connecting-to-the-network" - }, - { - "pattern": "https://docs.fuel.network/docs/fuels-ts/getting-started/running-a-local-fuel-node" } ] }