From 1f5a7dbb150a210c3af2b0d9f63fb1a84f7442e1 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:49:25 -0500 Subject: [PATCH 1/4] Update trust-in-canisters.md --- docs/concepts/trust-in-canisters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/trust-in-canisters.md b/docs/concepts/trust-in-canisters.md index b67d83aefb..b231bb4fda 100644 --- a/docs/concepts/trust-in-canisters.md +++ b/docs/concepts/trust-in-canisters.md @@ -16,7 +16,7 @@ The correct behavior of a canister can be checked in two steps. First, inspect t Second, ensure that the Wasm module the canister runs, has indeed been generated from the claimed source code. Here, reproducibility of the build is crucial: the developer should have constructed the Wasm module so that precisely the same Wasm can be rebuilt from scratch. The user can then compare the hash of the rebuilt Wasm module with the module hash reported by the IC. Developers and users can find guidance on ensuring reproducibility in [reproducible canisters](/developer-docs/backend/reproducible-builds.md). -Additionally, developers can utilize the [canister history](/docs/current/production/canister-history.md) feature to track changes to the canister's Wasm module hash. +Additionally, developers can utilize the [canister history](/docs/current/production/canister-history) feature to track changes to the canister's Wasm module hash. ## Confidence that the canister behavior will not unexpectedly change From 578fcda374d1c6c0bd240a0653f94e02811b8c2a Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:15:14 -0500 Subject: [PATCH 2/4] Update trust-in-canisters.md --- docs/concepts/trust-in-canisters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/trust-in-canisters.md b/docs/concepts/trust-in-canisters.md index b231bb4fda..7ce149206f 100644 --- a/docs/concepts/trust-in-canisters.md +++ b/docs/concepts/trust-in-canisters.md @@ -16,7 +16,7 @@ The correct behavior of a canister can be checked in two steps. First, inspect t Second, ensure that the Wasm module the canister runs, has indeed been generated from the claimed source code. Here, reproducibility of the build is crucial: the developer should have constructed the Wasm module so that precisely the same Wasm can be rebuilt from scratch. The user can then compare the hash of the rebuilt Wasm module with the module hash reported by the IC. Developers and users can find guidance on ensuring reproducibility in [reproducible canisters](/developer-docs/backend/reproducible-builds.md). -Additionally, developers can utilize the [canister history](/docs/current/production/canister-history) feature to track changes to the canister's Wasm module hash. +Additionally, developers can utilize the [canister history](/docs/current/developer-docs/production/canister-history) feature to track changes to the canister's Wasm module hash. ## Confidence that the canister behavior will not unexpectedly change From a918c0b791ba905cb5f4af13126cfa711da0656d Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:16:44 -0500 Subject: [PATCH 3/4] Update sidebars.js --- sidebars.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sidebars.js b/sidebars.js index af3f42e76c..5f39331307 100644 --- a/sidebars.js +++ b/sidebars.js @@ -351,6 +351,11 @@ const sidebars = { type: "doc", id: "developer-docs/production/index", }, + { + type: "doc", + label: "Canister history", + id: "developer-docs/production/canister-history", + }, items: [ { type: "category", From 86919f73d3ec4e3a7ca8fb48542629bc4be3cbba Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:29:51 -0500 Subject: [PATCH 4/4] Update sidebars.js --- sidebars.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sidebars.js b/sidebars.js index 5f39331307..0f28b1bb6a 100644 --- a/sidebars.js +++ b/sidebars.js @@ -351,12 +351,12 @@ const sidebars = { type: "doc", id: "developer-docs/production/index", }, - { + items: [ + { type: "doc", label: "Canister history", id: "developer-docs/production/canister-history", }, - items: [ { type: "category", label: "Custom domains",