From 6df0fad73fbfc77841156853dfd73b593548736c Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Tue, 27 Apr 2021 21:44:21 +0200 Subject: [PATCH] Fix link --- subjects/hello_rust/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/subjects/hello_rust/README.md b/subjects/hello_rust/README.md index 5f986ee5..2c1deb30 100644 --- a/subjects/hello_rust/README.md +++ b/subjects/hello_rust/README.md @@ -35,9 +35,7 @@ ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N '' cat ~/.ssh/id_ed25519.pub ``` -- Copy the result and paste it in the content field of adding an ssh key in your settings (adapt the link with your username). - -[https://git.[[DOMAIN]]/choumi/settings/keys](https://git.[[DOMAIN]]/choumi/settings/keys) +- Copy the result and paste it in the content field of adding an SSH key in your Gitea settings : https://git.[[DOMAIN]]/user/settings/keys - Confirm by clicking on the add key button.