Skip to content

Commit

Permalink
Remove double forward slash in updatedToctreeURLs().
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRichards-Code committed Jan 23, 2024
1 parent 87d5210 commit 77698c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/tutorial_sphinx_theme_1/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
[].forEach.call(toctreeheadings, function(el)
{
var baseURI = el.children[0].baseURI;
var baseURIAddPath = baseURI + "/{{platform_api_path}}/";
var baseURIAddPath = baseURI + "{{platform_api_path}}/";
el.children[0].href = el.children[0].href.replace(baseURI, baseURIAddPath);
});
}
Expand Down

0 comments on commit 77698c7

Please sign in to comment.