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.