From 20e010bea07df8a37585c9459d999671068d1fbd Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 22 Oct 2015 09:44:02 +0200 Subject: [PATCH] doc: Fix upgrade documentation for 2.0.0 --- doc/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index cf1d444aa..56bf92732 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -495,6 +495,6 @@ The first release candidate of Icinga Web 2 introduces the following non-backwar the file remains unchanged. * The location of a user's preferences has been changed from - **/preferences/.ini** to - **/preferences//config.ini**. + **config-dir/preferences/username.ini** to + **config-dir/preferences/username/config.ini**. The content of the file remains unchanged.