From 4eb360e46afbadff358ebb551763b49981c5076d Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Mon, 24 May 2021 14:43:16 +0200 Subject: [PATCH] Put back links --- subjects/hello_rust/README.md | 2 +- subjects/introduction/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/hello_rust/README.md b/subjects/hello_rust/README.md index 455e5b53d..be9864050 100644 --- a/subjects/hello_rust/README.md +++ b/subjects/hello_rust/README.md @@ -35,7 +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 Gitea settings : https://git.{{DOMAIN}}/user/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. diff --git a/subjects/introduction/README.md b/subjects/introduction/README.md index 69f255cc4..591fe2e0a 100644 --- a/subjects/introduction/README.md +++ b/subjects/introduction/README.md @@ -29,7 +29,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 Gitea settings : https://git.{{DOMAIN}}/user/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.