Update config.json docs location

Part of https://github.com/vector-im/riot-web/pull/10195
This commit is contained in:
J. Ryan Stinnett 2019-06-28 13:44:14 +01:00
parent 53d7cc6799
commit 527e1e94a4

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>;