Skip to content

Commit

Permalink
wrong permalink at top for dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Apr 24, 2022
1 parent b708433 commit 9f249eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ul class="nav navbar-nav">
<li {% if page.title == "Home" %}class="active"{% endif %}><a href="{{"/" | prepend: site.baseurl }}">HOME</a></li>
<li {% if page.title == "RSEPedia Languages" %}class="active"{% endif %}><a href="{{"/analysis/languages/" | prepend: site.baseurl }}">LANGUAGES</a></li>
<li {% if page.title == "RSEPedia Top Dependencies" %}class="active"{% endif %}><a href="{{"/analysis/depdendencies/" | prepend: site.baseurl }}">DEPENDENCIES</a></li>
<li {% if page.title == "RSEPedia Top Dependencies" %}class="active"{% endif %}><a href="{{"/analysis/dependencies/" | prepend: site.baseurl }}">DEPENDENCIES</a></li>
<li {% if page.title == "RSEPedia Parsed Repositories" %}class="active"{% endif %}><a href="{{"/analysis/repos/" | prepend: site.baseurl }}">REPOS</a></li>
</ul>

Expand Down

0 comments on commit 9f249eb

Please sign in to comment.