diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-10-17 11:11:01 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-10-17 11:11:01 +0000 |
commit | 6c57922d7947cd4e70455302576aa243406f3772 (patch) | |
tree | eb2898880e1d9312ab26a25566d8b8aab1090a70 | |
parent | deploy: c3e4edb4d6ba33383bc056e3ff22b2d034d3e248 (diff) | |
download | synapse-6c57922d7947cd4e70455302576aa243406f3772.tar.xz |
deploy: cd01a1d3b56c7f8229ca28ac1121200105dcb9d9
-rw-r--r-- | develop/print.html | 2 | ||||
-rw-r--r-- | develop/usage/configuration/config_documentation.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/develop/print.html b/develop/print.html index 48762fd3b2..26ec34dc98 100644 --- a/develop/print.html +++ b/develop/print.html @@ -4999,7 +4999,7 @@ shared secret, even if <a href="usage/configuration/config_documentation.html#en set.</p> <p>This is primarily intended for use with the <code>register_new_matrix_user</code> script (see <a href="usage/configuration/../../setup/installation.html#registering-a-user">Registering a user</a>); -however, the interface is <a href="usage/configuration/../admin_api/register_api.html">documented</a>.</p> +however, the interface is <a href="usage/configuration/../../admin_api/register_api.html">documented</a>.</p> <p>See also <a href="usage/configuration/config_documentation.html#registration_shared_secret_path"><code>registration_shared_secret_path</code></a>.</p> <p>Example configuration:</p> <pre><code class="language-yaml">registration_shared_secret: <PRIVATE STRING> diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index de5942fbee..671492a9b5 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -1867,7 +1867,7 @@ shared secret, even if <a href="#enable_registration"><code>enable_registration< set.</p> <p>This is primarily intended for use with the <code>register_new_matrix_user</code> script (see <a href="../../setup/installation.html#registering-a-user">Registering a user</a>); -however, the interface is <a href="../admin_api/register_api.html">documented</a>.</p> +however, the interface is <a href="../../admin_api/register_api.html">documented</a>.</p> <p>See also <a href="#registration_shared_secret_path"><code>registration_shared_secret_path</code></a>.</p> <p>Example configuration:</p> <pre><code class="language-yaml">registration_shared_secret: <PRIVATE STRING> |