-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Readme #546
base: main
Are you sure you want to change the base?
docs: Readme #546
Conversation
We require contributors to sign our Contributor License Agreement. In order for us to review and merge your code, please sign one of the linked documents below to get yourself added. If you're an independent Individual please sign this form: https://na3.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=1353a816-a9c1-47ba-847e-ec79f0f23d31&env=na3&acct=6e152afc-6284-44af-a4c1-d8ef291db402&v=2. If you're with a company (corporate) please sign this form: https://na3.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=2b5fe8ba-51d4-4980-b4ee-605d66e675d4&env=na3&acct=6e152afc-6284-44af-a4c1-d8ef291db402&v=2. To agree to the CLA license, please fill out one of the attached forms. |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
1 similar comment
The cla-bot has been summoned, and re-checked this pull request! |
@@ -83,11 +83,11 @@ async function bridgeEth(parentSigner: ethers.Signer, childChainId: number) { | |||
} | |||
``` | |||
|
|||
For more detailed usage examples and API references, please refer to the [Arbitrum SDK documentation](https://docs.arbitrum.io/sdk). | |||
For more detailed usage examples and API references, please refer to the [Arbitrum SDK documentation](https://docs.arbitrum.io/welcome/get-started). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For more detailed usage examples and API references, please refer to the [Arbitrum SDK documentation](https://docs.arbitrum.io/welcome/get-started). | |
For more detailed usage examples and API references, please refer to the [Arbitrum SDK documentation](https://docs.arbitrum.io/sdk/introduction). |
|
||
## Running Integration Tests | ||
|
||
1. Set up a Nitro test node by following the instructions [here](https://docs.arbitrum.io/node-running/how-tos/local-dev-node). | ||
1. Set up a Nitro test node by following the instructions [here](https://docs.arbitrum.io/build-decentralized-apps/public-chains#nitro). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Set up a Nitro test node by following the instructions [here](https://docs.arbitrum.io/build-decentralized-apps/public-chains#nitro). | |
1. Set up a Nitro test node by following the instructions [here](https://docs.arbitrum.io/run-arbitrum-node/run-nitro-dev-node). |
@@ -103,7 +103,7 @@ For more detailed usage examples and API references, please refer to the [Arbitr | |||
|
|||
## Documentation | |||
|
|||
For comprehensive guides and API documentation, visit the [Arbitrum SDK Documentation](https://docs.arbitrum.io/sdk). | |||
For comprehensive guides and API documentation, visit the [Arbitrum SDK Documentation](https://docs.arbitrum.io/welcome/get-started). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For comprehensive guides and API documentation, visit the [Arbitrum SDK Documentation](https://docs.arbitrum.io/welcome/get-started). | |
For comprehensive guides and API documentation, visit the [Arbitrum SDK Documentation](https://docs.arbitrum.io/sdk/introduction). |
@@ -103,7 +103,7 @@ For more detailed usage examples and API references, please refer to the [Arbitr | |||
|
|||
## Documentation | |||
|
|||
For comprehensive guides and API documentation, visit the [Arbitrum SDK Documentation](https://docs.arbitrum.io/sdk). | |||
For comprehensive guides and API documentation, visit the [Arbitrum SDK Documentation](https://docs.arbitrum.io/welcome/get-started). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For comprehensive guides and API documentation, visit the [Arbitrum SDK Documentation](https://docs.arbitrum.io/welcome/get-started). | |
For comprehensive guides and API documentation, visit the [Arbitrum SDK Documentation](https://docs.arbitrum.io/sdk/introduction). |
|
Hello. Added a link to npm that was missing and changed documentation links that were broken