From b24137cd2741882e5b8b962565d5dce9beb72f5f Mon Sep 17 00:00:00 2001 From: Simon Mattila Date: Fri, 20 Sep 2019 05:11:46 +0200 Subject: [PATCH] Fix wrong path to FAQ --- src/.vuepress/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 894f1f48..f0e48197 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -29,8 +29,8 @@ module.exports = { { title: 'FAQ', children: [ - '/help/faq/application/', - '/help/faq/extensions/' + '/help/faq/application', + '/help/faq/extensions' ] }, '/extensions/'