From 17fdf99a5ec9b9fc108de04dc3d7f03ebf91dcf3 Mon Sep 17 00:00:00 2001 From: Maciej Pasternacki <52241383+maciejp-ro@users.noreply.github.com> Date: Thu, 13 Jul 2023 18:45:53 +0200 Subject: [PATCH] Fix link to profile public keys (#228) --- .../manage-git-repositories/sharing-git-repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/getting-started/manage-git-repositories/sharing-git-repositories.md b/pages/getting-started/manage-git-repositories/sharing-git-repositories.md index 7bd07210..d00c89c3 100644 --- a/pages/getting-started/manage-git-repositories/sharing-git-repositories.md +++ b/pages/getting-started/manage-git-repositories/sharing-git-repositories.md @@ -17,7 +17,7 @@ To register a key for your current machine, run: plural crypto setup-keys --name ``` -This will generate a new keypair and automatically register the public key with the Plural API. You should be able to see it listed [here](https://app.plural.sh/me/edit/keys) in our web app and the keypair will be stored in `~/.plural/identity`. +This will generate a new keypair and automatically register the public key with the Plural API. You should be able to see it listed [here](https://app.plural.sh/profile/keys) in our web app and the keypair will be stored in `~/.plural/identity`. ### Share the repository