From 8b0257d24b950d0daf6a14ab79fd5eb650cbcc3f Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 8 Nov 2019 13:56:31 +0200 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: Travis Ralston --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index d85deabb79..7fa7774e5d 100644 --- a/docs/config.md +++ b/docs/config.md @@ -24,7 +24,7 @@ For a good example, see https://riot.im/develop/config.json. * As of Riot 1.4.0, identity servers are optional. See [Identity servers](#identity-servers) below. 1. `features`: Lookup of optional features that may be `enable`d, `disable`d, or exposed to the user in the `labs` section of settings. The available - optional experimental features vary from release to release and are (usually) [documented](labs.md). The feature flag process is + optional experimental features vary from release to release and are [documented](labs.md). The feature flag process is [documented](feature-flags.md) as well. 1. `showLabsSettings`: Shows the "labs" tab of user settings even when no `features` are enabled or present. Useful for getting at settings which may be otherwise hidden.