← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~ya-bo-ng/launchpad:replace-ssh-key-docs-links into launchpad:master

 

Anthony Dillon has proposed merging ~ya-bo-ng/launchpad:replace-ssh-key-docs-links into launchpad:master.

Commit message:
Replace SSH Key docs links to deep link to the correct content

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~ya-bo-ng/launchpad/+git/launchpad/+merge/490610

There are two links in the "Change your SSH keys" view which redirected to the documentation homepage. This is mildly inconvenient, so I updated the links to go directly to the right content.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~ya-bo-ng/launchpad:replace-ssh-key-docs-links into launchpad:master.
diff --git a/lib/lp/registry/templates/person-editsshkeys.pt b/lib/lp/registry/templates/person-editsshkeys.pt
index b3f254d..813e6ef 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://documentation.ubuntu.com/launchpad/developer/explanation/branches/";
         >Uploading a branch</a> and
-      <a href="https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair";
+      <a href="https://documentation.ubuntu.com/launchpad/user/how-to/import-ssh-keys/";
         >Importing your SSH key</a>.
     </p>