Update config.json docs location
Part of https://github.com/vector-im/riot-web/pull/10195pull/21833/head
parent
53d7cc6799
commit
527e1e94a4
|
@ -67,7 +67,7 @@ export default class AutoDiscoveryUtils {
|
||||||
{}, {
|
{}, {
|
||||||
a: (sub) => {
|
a: (sub) => {
|
||||||
return <a
|
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"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
>{sub}</a>;
|
>{sub}</a>;
|
||||||
|
|
Loading…
Reference in New Issue