Skip to content

Commit 38e0570

Browse files
Anna Groebeljba
Anna Groebel
authored andcommitted
static/shared/header: change security link
Change the link in navigation to the security documentation root instead of the subpage on security policies. For golang/go#57972 Change-Id: Iaf3dc48f15400060c55ea20d2e8372967b88c77e Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/641715 LUCI-TryBot-Result: Go LUCI <[email protected]> kokoro-CI: kokoro <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent 5caf190 commit 38e0570

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

static/shared/header/header.tmpl

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
</li>
4343
<li class="go-Header-submenuItem">
4444
<div>
45-
<a href="https://go.dev/security/policy/">
46-
<span>Security Policy</span>
45+
<a href="https://go.dev/security/">
46+
<span>Security</span>
4747
</a>
4848
</div>
4949
<p>How Go can help keep you secure by default</p>
@@ -249,8 +249,8 @@
249249
</a>
250250
</li>
251251
<li class="go-NavigationDrawer-listItem">
252-
<a href="https://go.dev/security/policy/">
253-
Security Policy
252+
<a href="https://go.dev/security/">
253+
Security
254254
</a>
255255
</li>
256256
</ul>
Loading

0 commit comments

Comments
 (0)