Improve submodule subscription documentation
Rewrite the section about the canonical web URL.
Change-Id: I5c3338f83618c72f4dde0035f4bea56b85104798
diff --git a/Documentation/user-submodules.txt b/Documentation/user-submodules.txt
index 7b5f0a6..8b9d81b 100644
--- a/Documentation/user-submodules.txt
+++ b/Documentation/user-submodules.txt
@@ -191,16 +191,17 @@
submodules are hosted on the same Gerrit instance as the
superproject. Gerrit determines this by checking the hostname of the
submodule specified in the .gitmodules file and comparing it to the
-hostname from the link:config-gerrit.html#gerrit.canonicalWebUrl[`gerrit.canonicalWebUrl`].
+hostname from the link:config-gerrit.html#gerrit.canonicalWebUrl[
+`gerrit.canonicalWebUrl`].
It is currently not possible to use the submodule subscription feature
with a canonical web URL hostname that differs from the hostname of
the submodule. Instead relative submodules should be used.
-The Gerrit instance administrator group should always certify to
-provide the canonical web URL value in its configuration file. Users
-should certify to use the correct hostname of the running Gerrit
-instance to add/subscribe submodules.
+The Gerrit instance administrator should ensure that the canonical web
+URL value is specified in its configuration file. Users should ensure
+that they use the correct hostname of the running Gerrit instance when
+adding submodule subscriptions.
=== Relative submodules