Skip to content

Commit

Permalink
Update README.md with correct docs URLs (#1948)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md
  • Loading branch information
pucedoteth committed Oct 3, 2023
1 parent 3fd7edf commit ad1cf7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WARNING: This is a work in progress so architectural changes may happen in the f
## Documentation 📝

If you'd like to learn more about the Polygon Edge, how it works and how you can use it for your project,
please check out the **[Polygon Supernets Documentation](https://wiki.polygon.technology/docs/supernets/get-started/what-are-supernets)**.
please check out the **[Polygon Supernets Documentation](https://wiki.polygon.technology/docs/edge/)**.

## Disclaimer

Expand Down
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ or by running `docker-compose` manually.
Use `docker/local/polygon-edge.sh` script to customize chain parameters.
All parameters can be defined at the very beginning of the script, in the `CHAIN_CUSTOM_OPTIONS` variable.
It already has some default parameters, which can be easily modified.
These are the `genesis` parameters from the official [docs](https://wiki.polygon.technology/docs/supernets/operate/supernets-param-reference).
These are the `genesis` parameters from the official [docs](https://wiki.polygon.technology/docs/edge/operate/param-reference/).

Primarily, the `--premine` parameter needs to be edited to include the accounts that the user has access to.

Expand All @@ -63,4 +63,4 @@ it might take a while to complete, depending on the hardware that the build oper
### Production

This is **NOT** a production ready deployment. It is to be used in *development* / *test* environments only.
For production usage, please check out the official [docs](https://wiki.polygon.technology/docs/supernets).
For production usage, please check out the official [docs](https://wiki.polygon.technology/docs/edge/).
4 changes: 2 additions & 2 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Running `polygon-edge` from local binary can be done very easily by using provid

Use `scripts/cluster` script to customize chain parameters.
It already has some default parameters, which can be easily modified.
These are the `genesis` parameters from the official [docs](https://wiki.polygon.technology/docs/supernets/operate/supernets-param-reference).
These are the `genesis` parameters from the official [docs](https://wiki.polygon.technology/docs/edge/operate/param-reference/).

Primarily, the `--premine` parameter needs to be edited (`createGenesis` function) to include the accounts that the user has access to.

Expand All @@ -34,4 +34,4 @@ To interact with the chain use another terminal or run a dockerized environment
### Production

This is **NOT** a production ready deployment. It is to be used in *development* / *test* environments only.
For production usage, please check out the official [docs](https://wiki.polygon.technology/docs/supernets).
For production usage, please check out the official [docs](https://wiki.polygon.technology/docs/edge/).

0 comments on commit ad1cf7b

Please sign in to comment.