Skip to content

Commit 3fa3a9c

Browse files
ChrisDentonehuss
andauthored
Apply suggestions from code review
Co-authored-by: Eric Huss <eric@huss.org>
1 parent 15609c3 commit 3fa3a9c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/src/installation/windows-msvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you'd like a more minimal install (and won't doing C++ development) then you
4747
Note that the specific version of the Windows SDK doesn't matter for pure Rust code but if using C++ as well you'll likely want either the latest or whichever version is required by the C++ project (or both).
4848

4949
![Select the latest MSVC component](images/component-msvc.png)
50-
![Select the Windows 11 SDK component](images/component-sdk.PNG)
50+
![Select the Windows 11 SDK component](images/component-sdk.png)
5151

5252
### Completing the install
5353

src/cli/self_update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ then additionally check the box for English under Language packs.
290290
291291
For more details see:
292292
293-
https://rust-lang.github.io/rustup/installation/windows-msvc
293+
https://rust-lang.github.io/rustup/installation/windows-msvc.html
294294
295295
_Install the C++ build tools before proceeding_.
296296

www/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<a class="windows-download" href="https://win.rustup.rs/i686">rustup&#x2011;init.exe</a>
4848
then follow the onscreen instructions.
4949
</p>
50-
<p>You may also need the <a href="https://rust-lang.github.io/rustup/installation/windows-msvc">Visual Studio prerequistes</a>.</p>
50+
<p>You may also need the <a href="https://rust-lang.github.io/rustup/installation/windows-msvc.html">Visual Studio prerequistes</a>.</p>
5151
<p>If you're a Windows Subsystem for Linux user run the following in your terminal, then follow the onscreen instructions to install Rust.</p>
5252
<div class="copy-container">
5353
<pre class="rustup-command">curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</pre>
@@ -69,7 +69,7 @@
6969
<a class="windows-download" href="https://win.rustup.rs/x86_64">rustup&#x2011;init.exe</a>
7070
then follow the onscreen instructions.
7171
</p>
72-
<p>You may also need the <a href="https://rust-lang.github.io/rustup/installation/windows-msvc">Visual Studio prerequistes</a>.</p>
72+
<p>You may also need the <a href="https://rust-lang.github.io/rustup/installation/windows-msvc.html">Visual Studio prerequistes</a>.</p>
7373
<p>If you're a Windows Subsystem for Linux user run the following in your terminal, then follow the onscreen instructions to install Rust.</p>
7474
<div class="copy-container">
7575
<pre class="rustup-command">curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</pre>

0 commit comments

Comments
 (0)