update room spec url in config files (#11739)

* change spec url in config files

* Create 11739.txt

* .txt -> .doc
This commit is contained in:
qwertyforce 2022-01-13 20:09:15 +03:00 committed by GitHub
parent 5ff5f17377
commit b9632046fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

1
changelog.d/11739.doc Normal file
View File

@ -0,0 +1 @@
Update room spec url in config files.

View File

@ -164,7 +164,7 @@ presence:
# The default room version for newly created rooms.
#
# Known room versions are listed here:
# https://matrix.org/docs/spec/#complete-list-of-room-versions
# https://spec.matrix.org/latest/rooms/#complete-list-of-room-versions
#
# For example, for room version 1, default_room_version should be set
# to "1".

View File

@ -883,7 +883,7 @@ class ServerConfig(Config):
# The default room version for newly created rooms.
#
# Known room versions are listed here:
# https://matrix.org/docs/spec/#complete-list-of-room-versions
# https://spec.matrix.org/latest/rooms/#complete-list-of-room-versions
#
# For example, for room version 1, default_room_version should be set
# to "1".