Skip to content

Commit 813fdcc

Browse files
committed
ci: github: resolve link redirects
1 parent 978dd99 commit 813fdcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/github/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ <h2 id="Setup">Setup</h2>
145145
<h3 id="Create_SSH_key_pair">Create SSH key pair</h3>
146146
<pre>ssh-keygen -t rsa -b 4096 -C "[email protected]"</pre>
147147
<p>See <a href=
148-
"https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent">
148+
"https://docs.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent">
149149
this</a> for more.</p>
150150
<h3 id="Add_public_key_to_GitHub">Add public key to GitHub</h3>
151151
<pre>cat ~/.ssh/id_rsa.pub</pre>
152152
<p>Copy the entire block, then follow the instructions <a href=
153-
"https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account">
153+
"https://docs.github.com/en/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account">
154154
here</a> to add it to your account.</p>
155155
<h2 id="Usage">Usage</h2>
156156
<p>In Gerrit, features are submitted in branches with one commit per

0 commit comments

Comments
 (0)