Skip to content

Commit

Permalink
removed index.html from page linking
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniosubasic committed Dec 26, 2023
1 parent ca5c34a commit 55f7f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circuit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<img src="../src/img/general/logo.png" alt="24 Hours of Le Mans Logo">
<nav>
<ul>
<li><a href="../index.html">General</a></li>
<li><a href="../">General</a></li>
<li><a href="">Teams</a></li>
<li><a href="">Partners</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<nav>
<ul>
<li><a href="">Teams</a></li>
<li><a href="circuit/index.html">Circuit</a></li>
<li><a href="circuit/">Circuit</a></li>
<li><a href="">Partners</a></li>
</ul>
</nav>
Expand Down

0 comments on commit 55f7f79

Please sign in to comment.