diff --git a/docs/docs/dev_docs/cli/updating.md b/docs/docs/dev_docs/updating.md similarity index 99% rename from docs/docs/dev_docs/cli/updating.md rename to docs/docs/dev_docs/updating.md index ff65aacebaf1..7ac17ffd8cff 100644 --- a/docs/docs/dev_docs/cli/updating.md +++ b/docs/docs/dev_docs/updating.md @@ -18,9 +18,7 @@ npm install -g @aztec/cli - nargo -```shell -noirup -``` + - Aztec.nr diff --git a/docs/netlify.toml b/docs/netlify.toml index 6c21eafd5257..8e2de855e81d 100644 --- a/docs/netlify.toml +++ b/docs/netlify.toml @@ -66,6 +66,10 @@ from = "/dev_docs/getting_started/token_contract_tutorial" to = "/dev_docs/tutorials/writing_token_contract" +[[redirects]] + from = "/dev_docs/getting_started/updating" + to = "/dev_docs/updating" + [[redirects]] from = "/dev_docs/sandbox/main" to = "/dev_docs/getting_started/sandbox" @@ -180,4 +184,4 @@ [[redirects]] from = "/misc/aztec-connect-sunset" - to = "misc/aztec_connect_sunset" \ No newline at end of file + to = "misc/aztec_connect_sunset" diff --git a/docs/sidebars.js b/docs/sidebars.js index ad1f4cc3832e..951351bb5842 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -368,7 +368,7 @@ const sidebars = { { label: "Updating", type: "doc", - id: "dev_docs/cli/updating", + id: "dev_docs/updating", }, {