Adds trailing slash to ensure all links work as expected when we start off at index.md
This commit is contained in:
@@ -156,7 +156,7 @@ namespace OurUmbraco.Documentation.Busineslogic.GithubSourcePull
|
||||
public int sort { get; set; }
|
||||
public bool hasChildren { get; set; }
|
||||
public List<SiteMapItem> directories { get; set; }
|
||||
public string url => $"https://our.umbraco.org/documentation{this.path}?altTemplate=Lesson";
|
||||
public string url => $"https://our.umbraco.org/documentation{this.path}/?altTemplate=Lesson";
|
||||
}
|
||||
|
||||
private SiteMapItem GetFolderStructure(DirectoryInfo dir, string rootPath, int level)
|
||||
|
||||
Reference in New Issue
Block a user