Skip to content

Commit daeaeb2

Browse files
authored
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))
1 parent 7786ae7 commit daeaeb2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ desired ``localpart`` in the 'User name' box.
179179
-----------------------
180180

181181
Enterprise quality support for Synapse including SLAs is available as part of an
182-
`Element Server Suite (ESS) <https://element.io/pricing>` subscription.
182+
`Element Server Suite (ESS) <https://element.io/pricing>`_ subscription.
183183

184-
If you are an existing ESS subscriber then you can raise a `support request <https://ems.element.io/support>`
185-
and access the `knowledge base <https://ems-docs.element.io>`.
184+
If you are an existing ESS subscriber then you can raise a `support request <https://ems.element.io/support>`_
185+
and access the `knowledge base <https://ems-docs.element.io>`_.
186186

187187
🤝 Community support
188188
--------------------

changelog.d/17379.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix broken links in README.

0 commit comments

Comments
 (0)