Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 7036a7a

Browse files
authored
Update links to MSCs in documentation (#10991)
Based on matrix-doc switching from master -> main and MSCs being merged.
1 parent 660c8c1 commit 7036a7a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

changelog.d/10991.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update links to MSCs in documentation. Contributed by @dklimpel.

docs/MSC1711_certificates_FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Historical Note
44
This document was originally written to guide server admins through the upgrade
55
path towards Synapse 1.0. Specifically,
6-
[MSC1711](https://github.com/matrix-org/matrix-doc/blob/master/proposals/1711-x509-for-federation.md)
6+
[MSC1711](https://github.com/matrix-org/matrix-doc/blob/main/proposals/1711-x509-for-federation.md)
77
required that all servers present valid TLS certificates on their federation
88
API. Admins were encouraged to achieve compliance from version 0.99.0 (released
99
in February 2019) ahead of version 1.0 (released June 2019) enforcing the
@@ -282,7 +282,7 @@ coffin of the Perspectives project (which was already pretty dead). So, the
282282
Spec Core Team decided that a better approach would be to mandate valid TLS
283283
certificates for federation alongside the rest of the Web. More details can be
284284
found in
285-
[MSC1711](https://github.com/matrix-org/matrix-doc/blob/master/proposals/1711-x509-for-federation.md#background-the-failure-of-the-perspectives-approach).
285+
[MSC1711](https://github.com/matrix-org/matrix-doc/blob/main/proposals/1711-x509-for-federation.md#background-the-failure-of-the-perspectives-approach).
286286
287287
This results in a breaking change, which is disruptive, but absolutely critical
288288
for the security model. However, the existence of Let's Encrypt as a trivial

docs/usage/administration/admin_api/registration_tokens.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Registration Tokens
22

33
This API allows you to manage tokens which can be used to authenticate
4-
registration requests, as proposed in [MSC3231](https://github.com/govynnus/matrix-doc/blob/token-registration/proposals/3231-token-authenticated-registration.md).
4+
registration requests, as proposed in
5+
[MSC3231](https://github.com/matrix-org/matrix-doc/blob/main/proposals/3231-token-authenticated-registration.md).
56
To use it, you will need to enable the `registration_requires_token` config
67
option, and authenticate by providing an `access_token` for a server admin:
78
see [Admin API](../../usage/administration/admin_api).

0 commit comments

Comments
 (0)