From 72f0aa29eca9bcca14ee6cac8959478a5a96ad92 Mon Sep 17 00:00:00 2001 From: Cat McGee Date: Mon, 6 Nov 2023 18:26:23 +0000 Subject: [PATCH 1/2] remove sandbox errors from sidebar docs --- docs/sidebars.js | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 0a05d8b3460..9616058d7d6 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -431,7 +431,6 @@ const sidebars = { type: "category", items: [], },*/ - "dev_docs/sandbox_errors/main", "dev_docs/privacy/main", "dev_docs/limitations/main", From b9a6150d0b99ebc0e95016c6d25869e0f40fe873 Mon Sep 17 00:00:00 2001 From: Cat McGee Date: Mon, 6 Nov 2023 18:38:49 +0000 Subject: [PATCH 2/2] fix broken link --- docs/docs/dev_docs/debugging/aztecnr-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/dev_docs/debugging/aztecnr-errors.md b/docs/docs/dev_docs/debugging/aztecnr-errors.md index 879aa27676f..306740665a1 100644 --- a/docs/docs/dev_docs/debugging/aztecnr-errors.md +++ b/docs/docs/dev_docs/debugging/aztecnr-errors.md @@ -26,7 +26,7 @@ This error may also show if the `compute_note_hash_and_nullifier` function is no #### `backend has encountered an error` -This is likely due to a version mismatch or bad install of barretenberg. Try [reinstalling nargo](../cli/updating.md) or uninstalling barretenberg: +This is likely due to a version mismatch or bad install of barretenberg. Try [reinstalling nargo](../updating.md) or uninstalling barretenberg: ```bash nargo backend uninstall acvm-backend-barretenberg