From 74170470a09a7a674338a5f4aeb4ea27bf3a67ce Mon Sep 17 00:00:00 2001 From: Bobby Fiando Date: Fri, 6 Dec 2024 20:11:02 +0700 Subject: [PATCH] Fix dead link in Nitro dev node documentation Updated the URL to point to the correct resource. This resolves a broken link that could confuse developers referencing the documentation. --- src/app/getting_started/using_the_cli/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/getting_started/using_the_cli/page.mdx b/src/app/getting_started/using_the_cli/page.mdx index 4c29517..f01ec4f 100644 --- a/src/app/getting_started/using_the_cli/page.mdx +++ b/src/app/getting_started/using_the_cli/page.mdx @@ -17,7 +17,7 @@ In this example, we'll cover a typical workflow for deploying a Rust smart contr - [Cargo Stylus](https://github.com/OffchainLabs/cargo-stylus) - [Foundry](https://book.getfoundry.sh/getting-started/installation) - [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/) -- [Local Stylus Dev Node](https://docs.arbitrum.io/stylus/how-tos/local-stylus-dev-node) (up and running) +- [Local Stylus Dev Node](https://docs.arbitrum.io/run-arbitrum-node/run-nitro-dev-node) (up and running) ## Deploying and Testing the Counter Contract