summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorHugh Nimmo-Smith <hughns@users.noreply.github.com>2024-07-05 11:34:02 +0100
committerGitHub <noreply@github.com>2024-07-05 10:34:02 +0000
commitdaeaeb2a7b05b5b5651d4b2b8fbe52ac69239eb4 (patch)
treedbe04a017b0bfed97c67c9ddcb0f78d837d0b3b5 /changelog.d
parentMake the release script create a release branch for Complement as well (#17318) (diff)
downloadsynapse-daeaeb2a7b05b5b5651d4b2b8fbe52ac69239eb4.tar.xz
Fix links in README (#17379)
I don't think this warrants a changelog?

### Pull Request Checklist

<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->

* [x] Pull request is based on the develop branch
* [x] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [ ] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct
(run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17379.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17379.doc b/changelog.d/17379.doc
new file mode 100644
index 0000000000..08c2544426
--- /dev/null
+++ b/changelog.d/17379.doc
@@ -0,0 +1 @@
+Fix broken links in README.