Skip to content

Commit

Permalink
Update docs site links in README.md (#2496)
Browse files Browse the repository at this point in the history
* Update docs site links in README.md

* update an additional link
  • Loading branch information
eshaben authored Oct 4, 2023
1 parent d47da4e commit 2ed75af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Docker images are published for every tagged release. Learn more with `moonbeam
docker run --network="host" moonbeamfoundation/moonbeam:v0.31.0 --chain alphanet
```

You can find more detailed instructions to [run a full node in our TestNet](https://docs.moonbeam.network/node-operators/networks/full-node/)
You can find more detailed instructions to [run a full node in our TestNet](https://docs.moonbeam.network/node-operators/networks/run-a-node/overview/)

## Run a local development node with Docker

Expand All @@ -40,7 +40,7 @@ service.
docker run --network="host" moonbeamfoundation/moonbeam:v0.31.0 --dev
```

For more information, see our detailed instructions to [run a development node](https://docs.moonbeam.network/getting-started/local-node/setting-up-a-node/)
For more information, see our detailed instructions to [run a development node](https://docs.moonbeam.network/builders/get-started/networks/moonbeam-dev/)

### Sealing options

Expand Down Expand Up @@ -111,7 +111,7 @@ Also, the prefunded default account for testing purposes is:

## Build the Moonbeam Node

To build Moonbeam, you will need a proper Substrate development environment. If you've never worked with a Substrate-based blockchain before, you should probably try the [Setting Up a Moonbeam Node](https://docs.moonbeam.network/getting-started/local-node/setting-up-a-node/) docs first.
To build Moonbeam, you will need a proper Substrate development environment. If you've never worked with a Substrate-based blockchain before, you should probably try the [Getting Started with a Moonbeam Development Node](https://docs.moonbeam.network/builders/get-started/networks/moonbeam-dev/) docs first.

If you need a refresher setting up your Substrate environment, see [Substrate's Getting Started Guide](https://substrate.dev/docs/en/knowledgebase/getting-started/).

Expand Down Expand Up @@ -152,7 +152,7 @@ because it takes 1284 milliseconds for a moonbeam to reach Earth.
Moonbeam nodes support multiple public chains and testnets, with the following Chain Ids.

| Network Description | Chain ID |
| ---------------------------------- | ----------- |
|------------------------------------|-------------|
| Local Parachain TestNet | 1280 |
| Local Development TestNet | 1281 |
| Reserved for other TestNets | 1282 - 1283 |
Expand Down

0 comments on commit 2ed75af

Please sign in to comment.