Skip to content

Commit 9406eeb

Browse files
committed
Auto merge of #1834 - pietroalbini:security-footer, r=sgrif
Tweak links in the footer This PR tweaks two things in the footer: * A link to the [security policy](https://www.rust-lang.org/policies/security) was added: we had a person asking where to report a security issue on Discord, so hopefully this extra link should point people to the right disclosure guide. * Removed a redirect when someone presses "Install": the old page it linked to ([`/install`](https://crates.io/install)) instantly redirected the viewer to [the cargo guide](https://doc.rust-lang.org/cargo/getting-started/installation.html), so I changed the link to point directly to it. r? @sgrif
2 parents 8636637 + 66769c0 commit 9406eeb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/templates/application.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,16 @@
122122
</main>
123123

124124
<footer class='after-main-links'>
125-
{{#link-to 'install'}}Install{{/link-to}}
125+
<a href='https://doc.rust-lang.org/cargo/getting-started/installation.html'>Install</a>
126126
<span class="sep">|</span>
127127
<a href='https://doc.rust-lang.org/cargo/'>Getting Started</a>
128128
<span class="sep">|</span>
129129
<a href='https://doc.rust-lang.org/cargo/guide/'>Guide</a>
130130
<span class="sep">|</span>
131131
<a href='mailto:[email protected]'>Send us an email</a>
132132
<span class="sep">|</span>
133+
<a href='https://www.rust-lang.org/policies/security'>Report a security issue</a>
134+
<span class="sep">|</span>
133135
{{#link-to 'policies'}}Policies{{/link-to}}
134136
</footer>
135137

0 commit comments

Comments
 (0)