From 798bc3e82072584e6b5b335d4b93c65f86a62d78 Mon Sep 17 00:00:00 2001 From: Martino Sorbaro Date: Wed, 3 Jul 2024 14:16:51 +0200 Subject: [PATCH] Fix syntax with alt text --- episodes/07-github.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/episodes/07-github.md b/episodes/07-github.md index 41824ae72f..9fc92fa111 100644 --- a/episodes/07-github.md +++ b/episodes/07-github.md @@ -68,7 +68,7 @@ which looked like this: Now that we have two repositories, we need a diagram like this: -![](fig/git-freshly-made-github-repo.svg) {alt='A diagram illustrating how the GitHub "planets" repository is also a git repository like our local repository, but that it is currently empty'} +![](fig/git-freshly-made-github-repo.svg){alt='A diagram illustrating how the GitHub "planets" repository is also a git repository like our local repository, but that it is currently empty'} Note that our local repository still contains our earlier work on `mars.txt`, but the remote repository on GitHub appears empty as it doesn't contain any files yet. @@ -80,7 +80,7 @@ GitHub repository a [remote](../learners/reference.md#remote) for the local repo The home page of the repository on GitHub includes the URL string we need to identify it: -![](fig/github-find-repo-string.png){alt='Clicking the "Copy to Clipboard" button on GitHub to obtain the repository's URL'} +![](fig/github-find-repo-string.png){alt='Clicking the "Copy to Clipboard" button on GitHub to obtain the repository\'s URL'} Click on the 'SSH' link to change the [protocol](../learners/reference.md#protocol) from HTTPS to SSH.