launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #32786
[Merge] ~jugmac00/launchpad:update-links-for-ssh-page into launchpad:master
Jürgen Gmach has proposed merging ~jugmac00/launchpad:update-links-for-ssh-page into launchpad:master.
Commit message:
Update links on person-editsshkeys template
The contents from the help.launchpad.net wiki have been migrated over to
the new read the docs site.
The Bazaar page does not need to be migrated as Bazaar is deprecated
anyway. For now a link to archive.org should be fine.
lp: #2117705
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
Related bugs:
Bug #2117705 in Launchpad itself: "Invalid SSHkeys reference"
https://bugs.launchpad.net/launchpad/+bug/2117705
For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/489520
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:update-links-for-ssh-page into launchpad:master.
diff --git a/lib/lp/registry/templates/person-editsshkeys.pt b/lib/lp/registry/templates/person-editsshkeys.pt
index b3f254d..77d32c8 100644
--- a/lib/lp/registry/templates/person-editsshkeys.pt
+++ b/lib/lp/registry/templates/person-editsshkeys.pt
@@ -11,9 +11,9 @@
<p>
You need to register an SSH key with Launchpad to be able to publish
your Bazaar code branches in Launchpad. For more information, read about
- <a href="https://help.launchpad.net/Code/UploadingABranch"
+ <a href="https://web.archive.org/web/20250425234048/https://help.launchpad.net/Code/UploadingABranch"
>Uploading a branch</a> and
- <a href="https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair"
+ <a href="https://documentation.ubuntu.com/launchpad/en/latest/user/how-to/import-ssh-keys/"
>Importing your SSH key</a>.
</p>
@@ -51,7 +51,7 @@
<code>~/.ssh/id_ecdsa.pub</code>, or
<code>~/.ssh/id_ed25519.pub</code>).
Only SSH v2 keys are supported.
- <a href="https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair">
+ <a href="https://documentation.ubuntu.com/launchpad/en/latest/user/how-to/import-ssh-keys/">
How do I create a public key?
</a>
</div>
Follow ups