Merge pull request #272 from pusher/fix-links

Fix permalinks for configuration and sessions
This commit is contained in:
Joel Speed 2019-10-03 17:19:37 +01:00 committed by GitHub
commit ac10bc04ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: Configuration title: Configuration
permalink: /docs/configuration permalink: /configuration
has_children: true has_children: true
nav_order: 3 nav_order: 3
--- ---

View File

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: Sessions title: Sessions
permalink: /configuration permalink: /configuration/sessions
parent: Configuration parent: Configuration
nav_order: 3 nav_order: 3
--- ---