diff options
author | Aiden Leong <1247008998@qq.com> | 2023-04-04 01:08:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 18:08:13 +0100 |
commit | 4cb9cd7842e58b542b25a2e9d7cdb7f61d147e96 (patch) | |
tree | f553f4d772ef90e726125501b2ca7181f8c15e9a /docs | |
parent | 10ef1fb11a547778b2ebec1b5cf9c4c743c76846 (diff) |
hard code path of README.md (#3035)
### Pull Request Checklist
<!-- Please read
https://matrix-org.github.io/dendrite/development/contributing before
submitting your pull request -->
* [x] I have added Go unit tests or [Complement integration
tests](https://github.com/matrix-org/complement) for this PR _or_ I have
justified why this PR doesn't need tests
* [x] Pull request includes a [sign off below using a legally
identifiable
name](https://matrix-org.github.io/dendrite/development/contributing#sign-off)
_or_ I have already signed off privately
I was reading on
https://matrix-org.github.io/dendrite/faq#is-dendrite-feature-complete.
The link is dead due to relative path.
🍻
Signed-off-by: `Aiden Leong <aiden.leong@aibsd.com>`
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index 2899aa98..20002072 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -18,7 +18,7 @@ Mostly, although there are still bugs and missing features. If you are a confide ## Is Dendrite feature-complete? -No, although a good portion of the Matrix specification has been implemented. Mostly missing are client features - see the [readme](../README.md) at the root of the repository for more information. +No, although a good portion of the Matrix specification has been implemented. Mostly missing are client features - see the [readme](https://github.com/matrix-org/dendrite/blob/main/README.md) at the root of the repository for more information. ## Why doesn't Dendrite have "x" yet? |