Skip to content

Commit

Permalink
Make "About" link point to current website and not open in a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez authored and syphar committed Sep 20, 2023
1 parent 61a1930 commit 2dc3593
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/header/topbar_end.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
<a href="#" class="pure-menu-link" aria-label="Rust">Rust</a>
<ul class="pure-menu-children">
{{ macros::menu_link(
href="https://docs.rs/about",
text="About docs.rs",
target="_blank"
href="/about",
text="About docs.rs"
) }}
{{ macros::menu_link(
href="https://foundation.rust-lang.org/policies/privacy-policy/#docs.rs",
Expand Down

0 comments on commit 2dc3593

Please sign in to comment.