diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-08-17 11:45:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 10:45:35 +0000 |
commit | 58f0d97275e9ffc134f9aaf59ce01c0e745ec041 (patch) | |
tree | b0a1fe4e158576648b5806eb58f5e805bc016b43 /synapse | |
parent | Allow using several custom template directories (#10587) (diff) | |
download | synapse-58f0d97275e9ffc134f9aaf59ce01c0e745ec041.tar.xz |
update links to schema doc (#10620)
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/schema/README.md | 2 | ||||
-rw-r--r-- | synapse/storage/schema/__init__.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/synapse/storage/schema/README.md b/synapse/storage/schema/README.md index 729f44ea6c..4fc2061a3d 100644 --- a/synapse/storage/schema/README.md +++ b/synapse/storage/schema/README.md @@ -1,4 +1,4 @@ # Synapse Database Schemas This directory contains the schema files used to build Synapse databases. For more -information, see /docs/development/database_schema.md. +information, see https://matrix-org.github.io/synapse/develop/development/database_schema.html. diff --git a/synapse/storage/schema/__init__.py b/synapse/storage/schema/__init__.py index fd4dd67d91..7e0687e197 100644 --- a/synapse/storage/schema/__init__.py +++ b/synapse/storage/schema/__init__.py @@ -19,8 +19,8 @@ This should be incremented whenever the codebase changes its requirements on the shape of the database schema (even if those requirements are backwards-compatible with older versions of Synapse). -See `README.md <synapse/storage/schema/README.md>`_ for more information on how this -works. +See https://matrix-org.github.io/synapse/develop/development/database_schema.html +for more information on how this works. Changes in SCHEMA_VERSION = 61: - The `user_stats_historical` and `room_stats_historical` tables are not written and |