diff --git a/docs/_redirects b/docs/_redirects
index e55945c32796873e4281840ee382771e5cbf4495..89ce128871f4114137472b925cf900180a555a56 100644
--- a/docs/_redirects
+++ b/docs/_redirects
@@ -88,7 +88,7 @@
/whitedoc/the_big_picture.html /shell/the_big_picture.html 301
/whitedoc/validation.html /shell/validation.html 301
/whitedoc/voting.html /active/voting.html 301
-/introduction/support.html /global/support.html 301
-/introduction/test_networks.html /global/test_networks.html 301
+/introduction/support.html /introduction/tezos.html 301
+/introduction/test_networks.html /user/multinetwork.html 301
/user/various.html /user/exits.html 301
/user/versioning.html /introduction/versioning.html 301
diff --git a/docs/protocols/alpha.rst b/docs/protocols/alpha.rst
index dbaba70fbae2187c5997c3fa4163ad76defad387..5b31633f0718888d4a39cc0b10779cb266977d45 100644
--- a/docs/protocols/alpha.rst
+++ b/docs/protocols/alpha.rst
@@ -21,7 +21,7 @@ It requires protocol environment V12, compared to V11 for Oxford.
Smart Rollups
-------------
-- The unnecessary initial PVM state hash and its associated RPC are removed. (MR :gl:`!12345`)
+- The unnecessary initial PVM state hash and its associated RPC are removed. (MR :gl:`!11472`)
Zero Knowledge Rollups (ongoing)
--------------------------------
diff --git a/docs/user/snapshots.rst b/docs/user/snapshots.rst
index 172c2b45e89acecfb75c301d1b3b7cd63ffe1288..12b0bdb7f2dfe4c6d147aac576dfec1770d645d0 100644
--- a/docs/user/snapshots.rst
+++ b/docs/user/snapshots.rst
@@ -208,7 +208,6 @@ There are several services providing node snapshots. They create snapshots
of their nodes on a regular basis (usually daily) and make them available for
download. These include:
-* `XTZ-Shots `_
+* `Tzinit snapshots `_
* `Lambs on acid `_
* `Marigold snapshots `_
-* `Tzinit snapshots `_
diff --git a/src/proto_alpha/lib_protocol/manager_repr.mli b/src/proto_alpha/lib_protocol/manager_repr.mli
index 18ca236d71b1b3bd1b7c643078ecfbe9a34b4499..6ffcba3c3402ae161e23b23a521b3b13fa0469a2 100644
--- a/src/proto_alpha/lib_protocol/manager_repr.mli
+++ b/src/proto_alpha/lib_protocol/manager_repr.mli
@@ -28,7 +28,8 @@
(** The public key of the manager of a contract is reveled only after the
first operation. At Origination time, the manager provides only the hash
of its public key that is stored in the contract. When the public key
- is actually revealed, the public key instead of the hash of the key *)
+ is actually revealed, the contract store is updated with the public key
+ instead of the hash of the key. *)
type manager_key =
| Hash of Signature.Public_key_hash.t
| Public_key of Signature.Public_key.t