diff options
author | Erik Johnston <erik@matrix.org> | 2023-12-13 16:15:22 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-12-13 16:15:22 +0000 |
commit | 0455c40085db7356f73b12e2592e35f02321c6ef (patch) | |
tree | 2dcd3ec1054371287ccc69dddd69aa31ad33703e /synapse/storage | |
parent | More renaming (diff) | |
download | synapse-0455c40085db7356f73b12e2592e35f02321c6ef.tar.xz |
Update book location
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/schema/README.md | 2 | ||||
-rw-r--r-- | synapse/storage/schema/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/synapse/storage/schema/README.md b/synapse/storage/schema/README.md index 4fc2061a3d..fa4d79908d 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 https://matrix-org.github.io/synapse/develop/development/database_schema.html. +information, see https://element-hq.github.io/synapse/develop/development/database_schema.html. diff --git a/synapse/storage/schema/__init__.py b/synapse/storage/schema/__init__.py index c8aec2f69d..132c781f51 100644 --- a/synapse/storage/schema/__init__.py +++ b/synapse/storage/schema/__init__.py @@ -25,7 +25,7 @@ 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 https://matrix-org.github.io/synapse/develop/development/database_schema.html +See https://element-hq.github.io/synapse/develop/development/database_schema.html for more information on how this works. Changes in SCHEMA_VERSION = 61: |