Skip to content

Commit 2dc3593

Browse files
GuillaumeGomezsyphar
authored andcommitted
Make "About" link point to current website and not open in a new tab
1 parent 61a1930 commit 2dc3593

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

templates/header/topbar_end.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
<a href="#" class="pure-menu-link" aria-label="Rust">Rust</a>
1212
<ul class="pure-menu-children">
1313
{{ macros::menu_link(
14-
href="https://docs.rs/about",
15-
text="About docs.rs",
16-
target="_blank"
14+
href="/about",
15+
text="About docs.rs"
1716
) }}
1817
{{ macros::menu_link(
1918
href="https://foundation.rust-lang.org/policies/privacy-policy/#docs.rs",

0 commit comments

Comments
 (0)