Merge pull request #3158 from matrix-org/jryans/config-docs

Update config.json docs location
This commit is contained in:
J. Ryan Stinnett 2019-06-28 18:13:24 +01:00 committed by GitHub
commit 35c0c3142f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ export default class AutoDiscoveryUtils {
{}, {
a: (sub) => {
return <a
href="https://github.com/vector-im/riot-web#configjson"
href="https://github.com/vector-im/riot-web/blob/master/docs/config.md"
target="_blank"
rel="noopener"
>{sub}</a>;