From 78881aebbc3e0d1600f7af6e6c093613c8ae4e5a Mon Sep 17 00:00:00 2001 From: Michael Herzog Date: Fri, 10 May 2019 15:17:00 +0200 Subject: [PATCH] Updated documentation ids --- src/Libraries/SmartStore.Core/SmartStoreVersion.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Libraries/SmartStore.Core/SmartStoreVersion.cs b/src/Libraries/SmartStore.Core/SmartStoreVersion.cs index 983145845e..7573391f3d 100644 --- a/src/Libraries/SmartStore.Core/SmartStoreVersion.cs +++ b/src/Libraries/SmartStore.Core/SmartStoreVersion.cs @@ -114,8 +114,8 @@ public static string GenerateHelpUrl(string languageCode, string path) public static string GetUserGuideSpaceKey(string languageCode) { return languageCode.IsCaseInsensitiveEqual("de") - ? "SDDE31" - : "SMNET31"; + ? "SDDE32" + : "SMNET32"; } ///