Skip to content

Commit 1935081

Browse files
Merge #1390
1390: Fix Guide link in footer r=jtgeibel The [Guide link in the footer](https://doc.rust-lang.org/cargo/guide.html) is currently not found.
2 parents 54447f4 + 64d712f commit 1935081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/application.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<span class="sep">|</span>
122122
<a href='https://doc.rust-lang.org/cargo/'>Getting Started</a>
123123
<span class="sep">|</span>
124-
<a href='https://doc.rust-lang.org/cargo/guide.html'>Guide</a>
124+
<a href='https://doc.rust-lang.org/cargo/guide/'>Guide</a>
125125
<span class="sep">|</span>
126126
<a href='mailto:[email protected]'>Send us an email</a>
127127
<span class="sep">|</span>

0 commit comments

Comments
 (0)