Skip to content

Commit

Permalink
Updated documentation ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Herzog committed May 10, 2019
1 parent 733168e commit 78881ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Libraries/SmartStore.Core/SmartStoreVersion.cs
Expand Up @@ -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";
}

/// <summary>
Expand Down

0 comments on commit 78881ae

Please sign in to comment.