From 9c6a009961b0a3654ebd57810d672c31b1ad861d Mon Sep 17 00:00:00 2001 From: Andree Valle Campos Date: Sun, 12 Nov 2023 01:13:43 +0000 Subject: [PATCH] fix checklist concept figures paths --- episodes/05-history.md | 2 +- episodes/07-github.md | 8 ++++---- episodes/08-collab.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/episodes/05-history.md b/episodes/05-history.md index c32de6ed8f..a6e13740ff 100644 --- a/episodes/05-history.md +++ b/episodes/05-history.md @@ -654,7 +654,7 @@ $ git log --patch HEAD~9 *.Rmd ::::::::::::::::: checklist -[Use `git diff` to compare changes since last commit or between commits. Use `git checkout` to undo changes by restoring the staging area (committed changes) or the local repository (last commit)](cut-git-verb_map-08.png) +[Use `git diff` to compare changes since last commit or between commits. Use `git checkout` to undo changes by restoring the staging area (committed changes) or the local repository (last commit)](fig/cut-git-verb_map-08.png) ::::::::::::::::::::::::::: diff --git a/episodes/07-github.md b/episodes/07-github.md index bdcac2813f..00f6138c10 100644 --- a/episodes/07-github.md +++ b/episodes/07-github.md @@ -48,7 +48,7 @@ create a new repository called `cases`: ![](fig/github-create-repo-01.png){alt='Creating a Repository on GitHub (Step 1)'} -Name your repository "cases" and then click "Create Repository". +Name your repository `cases` and then click "Create Repository". Note: Since this repository will be connected to a local repository, it needs to be empty. Leave "Initialize this repository with a README" unchecked, and keep "None" as options for both "Add @@ -100,7 +100,7 @@ Click on the 'SSH' link to change the [protocol](../learners/reference.md#protoc ## HTTPS vs. SSH -The current recommendation is HTTPS because it is the easiest to set up on the widest range of networks and platforms, and by users who are new to all this. HTTPS is less likely to be blocked by a firewall. ([StakOverflow, 2012](https://stackoverflow.com/a/11041782/6702544)) +The current recommendation is HTTPS because it is the easiest to set up on the widest range of networks and platforms, and by users who are new to all this. HTTPS is less likely to be blocked by a firewall. ([StackOverflow, 2012](https://stackoverflow.com/a/11041782/6702544))