File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ <h2 id="Dual-booting_Ubuntu_on_a_Macbook">Dual-booting Ubuntu on a
124
124
at top) to do this tutorial as well.</ p >
125
125
< h2 id ="Dual-booting_Arch_Linux "> Dual-booting Arch Linux</ h2 >
126
126
< 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 >
128
128
< h2 id ="The_tools "> The tools</ h2 >
129
129
< h3 id ="Visual_Studio_Code "> Visual Studio Code</ h3 >
130
130
< p > Visual Studio Code is an integrated development environment which makes
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ <h3 id="Links">Links</h3>
98
98
</ li >
99
99
< li >
100
100
< a href =
101
- "https://foonathan.net/blog/ 2017/11/20/ standard-library.html "> Considerations
101
+ "https://www. foonathan.net/2017/11/standard-library/ "> Considerations
102
102
for the C++ standard library</ a >
103
103
</ li >
104
104
</ ul >
Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ <h2 id="Setup">Setup</h2>
42
42
< h3 id ="Create_SSH_key_pair "> Create SSH key pair</ h3 >
43
43
< pre > ssh-keygen -t rsa -b 4096 -C "
[email protected] "
</ pre >
44
44
< 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 ">
46
46
this</ a > for more.</ p >
47
47
< h3 id ="Add_public_key_to_GitHub "> Add public key to GitHub</ h3 >
48
48
< pre > cat ~/.ssh/id_rsa.pub</ pre >
49
49
< 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 ">
51
51
here</ a > to add it to your account.</ p >
52
52
< h2 id ="Usage "> Usage</ h2 >
53
53
< p > To push an updated commit, it's best to use this command to not
You can’t perform that action at this time.
0 commit comments