From b515b90b34d9745a0bf52b47a25b7038d4faaadf Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Thu, 3 Oct 2019 11:10:06 +0100 Subject: [PATCH] Fix permalinks for configuration and sessions --- docs/configuration/configuration.md | 2 +- docs/configuration/sessions.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index d30f85b..c076dc8 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1,7 +1,7 @@ --- layout: default title: Configuration -permalink: /docs/configuration +permalink: /configuration has_children: true nav_order: 3 --- diff --git a/docs/configuration/sessions.md b/docs/configuration/sessions.md index 4cfb09d..305c6c6 100644 --- a/docs/configuration/sessions.md +++ b/docs/configuration/sessions.md @@ -1,7 +1,7 @@ --- layout: default title: Sessions -permalink: /configuration +permalink: /configuration/sessions parent: Configuration nav_order: 3 --- @@ -62,6 +62,6 @@ disclosure. When using the redis store, specify `--session-store-type=redis` as well as the Redis connection URL, via `--redis-connection-url=redis://host[:port][/db-number]`. -You may also configure the store for Redis Sentinel. In this case, you will want to use the -`--redis-use-sentinel=true` flag, as well as configure the flags `--redis-sentinel-master-name` +You may also configure the store for Redis Sentinel. In this case, you will want to use the +`--redis-use-sentinel=true` flag, as well as configure the flags `--redis-sentinel-master-name` and `--redis-sentinel-connection-urls` appropriately.