From 58b60636ac8f6bfdbbcce24c9d5245676e1c1800 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 11 Jun 2020 07:43:27 +0200 Subject: [PATCH] fixed more broken links in documentation --- docs/en/development/permission-concept/index.md | 2 +- docs/en/faq.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/development/permission-concept/index.md b/docs/en/development/permission-concept/index.md index 5f3da47b02..12af419ff8 100644 --- a/docs/en/development/permission-concept/index.md +++ b/docs/en/development/permission-concept/index.md @@ -398,7 +398,7 @@ and write. That is, Internationalization can be handled using the following conventions: -* All permission i18n are described in `plugins.json` (also for core), see [i18n for Plugins](docs/en/i18n-for-plugins.mdugins.md) +* All permission i18n are described in `plugins.json` (also for core), see [i18n for Plugins](../plugins/i18n-for-plugins) * That way the UI for users and groups can find all the translation in the same file * Convention for i18n keys: `permissions.`, containing `displayName` and `description` each. diff --git a/docs/en/faq.md b/docs/en/faq.md index 07ab5f6505..ef64b4d9db 100644 --- a/docs/en/faq.md +++ b/docs/en/faq.md @@ -11,20 +11,20 @@ Password: `scmadmin` All data which is created by SCM-Manager, is stored in the SCM-Manager base directory. The location of the base directory depends on your type of installation. -Please have a look at the [documentation](../configuration/basedirectory/). +Please have a look at the [documentation](../administration/basedirectory/). ### How can I change the SCM-Manager home directory? -There are several ways to change the location of the home directory: [documentation](../configuration/basedirectory/#change-base-directory-location) +There are several ways to change the location of the home directory: [documentation](../administration/basedirectory/#change-base-directory-location) ### Where does SCM-Manager stores it log files? The location of the log files depends on your operation system and the type of installation. -Please have a look at the [documentation](../configuration/logging/). +Please have a look at the [documentation](../administration/logging/). ### How do I enable trace logging? -Find the location of your `logging.xml` in the [documentation](../configuration/logging/#configuration) and change the following line from: +Find the location of your `logging.xml` in the [documentation](../administration/logging/#configuration) and change the following line from: ```xml