Skip to content

Commit

Permalink
fix: header links
Browse files Browse the repository at this point in the history
  • Loading branch information
Lellansin committed Apr 14, 2020
1 parent 3aae780 commit fb61594
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
<div id='header'>
<div id='header-content'>
<a id='logo' href="https://github.com/NoderSurvey/">NoderSurvey</a>
<span><a href="/about.html">About us</a></span>
<span><a href="/index.html">Report</a></span>
<span><a href="./about.html">About us</a></span>
<span><a href="./index.html">Report</a></span>
<span><a href="https://github.com/NoderSurvey/reporters">Github</a></span>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
<div id='header'>
<div id='header-content'>
<a id='logo' href="https://github.com/NoderSurvey/">NoderSurvey</a>
<span><a href="/about.html">About us</a></span>
<span><a href="/index.html">Report</a></span>
<span><a href="./about.html">About us</a></span>
<span><a href="./index.html">Report</a></span>
<span><a href="https://github.com/NoderSurvey/reporters">Github</a></span>
</div>
</div>
Expand Down

0 comments on commit fb61594

Please sign in to comment.