diff options
author | Eric Eastwood <erice@element.io> | 2021-07-22 05:58:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 12:58:24 +0200 |
commit | d518b05a8667943bd0aa9ab1edc91eec0a8283fe (patch) | |
tree | 288f16d93e64d0d2ec3041b99861603af9a51ad0 /docs/SUMMARY.md | |
parent | Cancel redundant GHA workflows (#10451) (diff) | |
download | synapse-d518b05a8667943bd0aa9ab1edc91eec0a8283fe.tar.xz |
Move dev/ docs to development/ (#10453)
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r-- | docs/SUMMARY.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index db4ef1a44e..f1bde91420 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -67,7 +67,7 @@ # Development - [Contributing Guide](development/contributing_guide.md) - [Code Style](code_style.md) - - [Git Usage](dev/git.md) + - [Git Usage](development/git.md) - [Testing]() - [OpenTracing](opentracing.md) - [Database Schemas](development/database_schema.md) @@ -77,8 +77,8 @@ - [TCP Replication](tcp_replication.md) - [Internal Documentation](development/internal_documentation/README.md) - [Single Sign-On]() - - [SAML](dev/saml.md) - - [CAS](dev/cas.md) + - [SAML](development/saml.md) + - [CAS](development/cas.md) - [State Resolution]() - [The Auth Chain Difference Algorithm](auth_chain_difference_algorithm.md) - [Media Repository](media_repository.md) |