From 32bc61a73b520a6ead6522039ea229c51d329e76 Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Mon, 4 Dec 2023 00:21:13 +0100 Subject: [PATCH] Minor readme/contributing fixes for wrong repo --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e9afa483..151422cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,7 +83,7 @@ The development environment for Scribe-Data can be installed via the following s > > To run git commands with SSH, remember then to substitute the HTTPS URL, `https://github.com/...`, with the SSH one, `git@github.com:...`. > -> - e.g. Cloning now becomes `git clone git@github.com:/activist.git` +> - e.g. Cloning now becomes `git clone git@github.com:/Scribe-Data.git` > > GitHub also has their documentation on how to [Generate new SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent). 🔑 > diff --git a/README.md b/README.md index e9a89f15..7761aa1f 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ The development environment for Scribe-Data can be installed via the following s > > To run git commands with SSH, remember then to substitute the HTTPS URL, `https://github.com/...`, with the SSH one, `git@github.com:...`. > -> - e.g. Cloning now becomes `git clone git@github.com:/activist.git` +> - e.g. Cloning now becomes `git clone git@github.com:/Scribe-Data.git` > > GitHub also has their documentation on how to [Generate new SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent). 🔑 >