From de6d72fe3e21d7af0ccecc6cb5850103dc8e6270 Mon Sep 17 00:00:00 2001 From: "Michael (a.k.a. Resynth)" Date: Tue, 28 Jul 2020 13:59:01 +0000 Subject: [PATCH] Fix typo in https:// See [this comment[(https://github.com/vector-im/riot-web/pull/14581#discussion_r461553693). --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index cba73dc1ee..d342aaf4f2 100644 --- a/docs/config.md +++ b/docs/config.md @@ -4,7 +4,7 @@ Configuration You can configure the app by copying `config.sample.json` to `config.json` and customising it: -For a good example, see https;//develop.element.io/config.json. +For a good example, see https://develop.element.io/config.json. 1. `default_server_config` sets the default homeserver and identity server URL for Element to use. The object is the same as returned by [https:///.well-known/matrix/client](https://matrix.org/docs/spec/client_server/latest.html#get-well-known-matrix-client),