Skip to content

Commit

Permalink
[docs] Fix links to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Harvey1214 committed Nov 15, 2023
1 parent e8018fa commit c9598aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Havit.Blazor.Documentation/Model/MemberModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private string HandleSupportClasses(string[] splitLink, string fullLink)

if (splitLink[^1] == "Defaults")
{
string internalTypeLink = ApiRenderer.GenerateLinkForInternalType($"{splitLink[^2].Remove(0, 2)}{splitLink[^1]}", false, $"{splitLink[^2]}.{splitLink[^1]}"); // We have to generate a type name suitable for the support type page.
string internalTypeLink = ApiRenderer.GenerateLinkForInternalType($"{splitLink[^2].Remove(0, 2)}Settings", false, $"{splitLink[^2]}.{splitLink[^1]}"); // We have to generate a type name suitable for the support type page.
if (internalTypeLink is not null)
{
return internalTypeLink;
Expand Down

0 comments on commit c9598aa

Please sign in to comment.