# HG changeset patch # User Emmanuel Gil Peyrot # Date 1467328754 -3600 # Node ID 4c3bcc56c51e5a0c39aab773d4a8d2114e391d96 # Parent 20accfa5b6d66565719a6f0713c774f3348934bf mod_storage_ejabberdsql_readonly, mod_storage_muconference_readonly: Make links use the better syntax. diff -r 20accfa5b6d6 -r 4c3bcc56c51e mod_storage_ejabberdsql_readonly/README.markdown --- a/mod_storage_ejabberdsql_readonly/README.markdown Fri Jul 01 00:09:57 2016 +0100 +++ b/mod_storage_ejabberdsql_readonly/README.markdown Fri Jul 01 00:19:14 2016 +0100 @@ -9,11 +9,10 @@ ============ This is a storage backend using Ejabberd’s SQL backend. It depends on -[LuaDBI](https://prosody.im/doc/depends#luadbi) +[LuaDBI](doc:depends#luadbi) This module only works in read-only, and was made to be used by -[mod\_migrate](https://modules.prosody.im/mod_migrate.html) to migrate -from Ejabberd’s SQL backend. +[mod\_migrate](mod_migrate) to migrate from Ejabberd’s SQL backend. Configuration ============= @@ -24,8 +23,8 @@ storage = "ejabberdsql_readonly" -EjabberdSQL options are the same as the -[https://prosody.im/doc/modules/mod\_storage\_sql](SQL ones): +EjabberdSQL options are the same as the [SQL +ones](doc:modules:mod_storage_sql#usage). Compatibility ============= diff -r 20accfa5b6d6 -r 4c3bcc56c51e mod_storage_muconference_readonly/README.markdown --- a/mod_storage_muconference_readonly/README.markdown Fri Jul 01 00:09:57 2016 +0100 +++ b/mod_storage_muconference_readonly/README.markdown Fri Jul 01 00:19:14 2016 +0100 @@ -9,11 +9,11 @@ ============ This is a storage backend using MU-Conference’s SQL storage. It depends -on [LuaDBI](https://prosody.im/doc/depends#luadbi) +on [LuaDBI](doc:depends#luadbi) This module only works in read-only, and was made to be used by -[mod\_migrate](https://modules.prosody.im/mod_migrate.html) to migrate -from MU-Conference’s SQL storage. +[mod\_migrate](mod_migrate) to migrate from MU-Conference’s SQL +storage. You may need to convert your 'rooms' and 'rooms\_lists' tables to utf8mb4 before running that script, in order not to end up with @@ -30,8 +30,8 @@ storage = "muconference_readonly" -MUConferenceSQL options are the same as the -[https://prosody.im/doc/modules/mod\_storage\_sql](SQL ones): +MUConferenceSQL options are the same as the [SQL +ones](doc:modules:mod_storage_sql#usage). Compatibility =============