Skip to content

Commit

Permalink
Amend previous fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvkennedy committed Jan 23, 2024
1 parent 7068fa1 commit 39859c0
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 @@ -348,7 +348,7 @@
{
if(href.match(root_pattern)==null)
{
href=href+"/"+platform_api);
href=href+"/"+platform_api;
}
else
{
Expand Down

0 comments on commit 39859c0

Please sign in to comment.