From ad1cf7b240cd60a1d6713dc6a2044504e7e52c14 Mon Sep 17 00:00:00 2001 From: monem <119044801+pucedoteth@users.noreply.github.com> Date: Tue, 3 Oct 2023 17:57:25 +0200 Subject: [PATCH] Update README.md with correct docs URLs (#1948) * Update README.md * Update README.md * Update README.md --- README.md | 2 +- docker/README.md | 4 ++-- scripts/README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6d5e4ddbf3..267fa3577c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker/README.md b/docker/README.md index b94548ebef..5821234e89 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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. @@ -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/). diff --git a/scripts/README.md b/scripts/README.md index d42d38cb38..836f69f345 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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. @@ -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/).