From 79127a458ecaa20bdd29c9bf8e28a08917d029b2 Mon Sep 17 00:00:00 2001
From: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com>
Date: Fri, 19 Dec 2025 15:30:31 +0100
Subject: [PATCH 1/3] update non-historic mentions of matrix-doc repo
Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com>
---
content/client-server-api/modules/content_repo.md | 2 +-
content/client-server-api/modules/end_to_end_encryption.md | 2 +-
data/api/client-server/third_party_lookup.yaml | 2 +-
scripts/proposals.js | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/client-server-api/modules/content_repo.md b/content/client-server-api/modules/content_repo.md
index c70d04fc..f4ad3e60 100644
--- a/content/client-server-api/modules/content_repo.md
+++ b/content/client-server-api/modules/content_repo.md
@@ -87,7 +87,7 @@ Matrix 1.12 is expected to be released in the July-September 2024 calendar quart
The homeserver SHOULD be able to supply thumbnails for uploaded images
and videos. The exact file types which can be thumbnailed are not
currently specified - see [Issue
-\#1938](https://github.com/matrix-org/matrix-doc/issues/1938) for more
+\#1938](https://github.com/matrix-org/matrix-spec/issues/453) for more
information.
The thumbnail methods are "crop" and "scale". "scale" tries to return an
diff --git a/content/client-server-api/modules/end_to_end_encryption.md b/content/client-server-api/modules/end_to_end_encryption.md
index 49b053f6..fff7be67 100644
--- a/content/client-server-api/modules/end_to_end_encryption.md
+++ b/content/client-server-api/modules/end_to_end_encryption.md
@@ -921,7 +921,7 @@ collaborate to create a common set of translations for all languages.
{{% boxes/note %}}
Known translations for the emoji are available from
-
+
and can be translated online:
{{% /boxes/note %}}
diff --git a/data/api/client-server/third_party_lookup.yaml b/data/api/client-server/third_party_lookup.yaml
index 152f277d..32adb094 100644
--- a/data/api/client-server/third_party_lookup.yaml
+++ b/data/api/client-server/third_party_lookup.yaml
@@ -78,7 +78,7 @@ paths:
},
"room": {
"regexp": "[^\\s]+\\/[^\\s]+",
- "placeholder": "matrix-org/matrix-doc"
+ "placeholder": "matrix-org/matrix-spec"
}
},
"instances": [
diff --git a/scripts/proposals.js b/scripts/proposals.js
index dc3f2895..9c9d00ed 100644
--- a/scripts/proposals.js
+++ b/scripts/proposals.js
@@ -6,7 +6,7 @@
* in the specification.
*
* In detail, it:
- * - fetches all GitHub issues from matrix-doc that have the `proposal` label
+ * - fetches all GitHub issues from matrix-spec-proposals that have the `proposal` label
* - groups them by their state in the MSC process
* - does some light massaging of them so it's easier for the Hugo template to work with them
* - store them at /data/msc
From e44bf08de1a27c3901f0bcf8f824b585d942abcf Mon Sep 17 00:00:00 2001
From: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com>
Date: Fri, 19 Dec 2025 15:30:57 +0100
Subject: [PATCH 2/3] fix link to match MSC mention
Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com>
---
data/api/client-server/rooms.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/api/client-server/rooms.yaml b/data/api/client-server/rooms.yaml
index a2197f34..e658a546 100644
--- a/data/api/client-server/rooms.yaml
+++ b/data/api/client-server/rooms.yaml
@@ -205,7 +205,7 @@ paths:
type: string
# XXX: As mentioned in MSC1227, replacing `[not_]membership` with a JSON
# filter might be a better alternative.
- # See https://github.com/matrix-org/matrix-doc/issues/1337
+ # See https://github.com/matrix-org/matrix-doc/issues/1227
- in: query
name: membership
description: |-
From 64e59a07bc7b4bb0863dd2d95705413d69be02db Mon Sep 17 00:00:00 2001
From: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com>
Date: Fri, 19 Dec 2025 15:33:33 +0100
Subject: [PATCH 3/3] add changelog entry
Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com>
---
changelogs/client_server/newsfragments/2280.clarification | 1 +
1 file changed, 1 insertion(+)
create mode 100644 changelogs/client_server/newsfragments/2280.clarification
diff --git a/changelogs/client_server/newsfragments/2280.clarification b/changelogs/client_server/newsfragments/2280.clarification
new file mode 100644
index 00000000..38fa5012
--- /dev/null
+++ b/changelogs/client_server/newsfragments/2280.clarification
@@ -0,0 +1 @@
+Update non-historic mentions of matrix-doc repo to matrix-spec/-proposals. Contributed by @HarHarLinks.