Skip to content

Commit f78b10e

Browse files
committed
Fix redirected links
1 parent a66e029 commit f78b10e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bootstrap/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h2 id="Dual-booting_Ubuntu_on_a_Macbook">Dual-booting Ubuntu on a
124124
at top) to do this tutorial as well.</p>
125125
<h2 id="Dual-booting_Arch_Linux">Dual-booting Arch Linux</h2>
126126
<p>Tutorial for this coming soon. For now, refer to <a href=
127-
"https://wiki.archlinux.org/index.php/Installation_guide">here</a>.</p>
127+
"https://wiki.archlinux.org/title/Installation_guide">here</a>,</p>
128128
<h2 id="The_tools">The tools</h2>
129129
<h3 id="Visual_Studio_Code">Visual Studio Code</h3>
130130
<p>Visual Studio Code is an integrated development environment which makes

ci/advanced-cpp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h3 id="Links">Links</h3>
9898
</li>
9999
<li>
100100
<a href=
101-
"https://foonathan.net/blog/2017/11/20/standard-library.html">Considerations
101+
"https://www.foonathan.net/2017/11/standard-library/">Considerations
102102
for the C++ standard library</a>
103103
</li>
104104
</ul>

ci/github/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ <h2 id="Setup">Setup</h2>
4242
<h3 id="Create_SSH_key_pair">Create SSH key pair</h3>
4343
<pre>ssh-keygen -t rsa -b 4096 -C "[email protected]"</pre>
4444
<p>See <a href=
45-
"https://docs.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent">
45+
"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent">
4646
this</a> for more.</p>
4747
<h3 id="Add_public_key_to_GitHub">Add public key to GitHub</h3>
4848
<pre>cat ~/.ssh/id_rsa.pub</pre>
4949
<p>Copy the entire block, then follow the instructions <a href=
50-
"https://docs.github.com/en/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account">
50+
"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account">
5151
here</a> to add it to your account.</p>
5252
<h2 id="Usage">Usage</h2>
5353
<p>To push an updated commit, it's best to use this command to not

0 commit comments

Comments
 (0)