Skip to content

Commit

Permalink
Changed main ReadMe.md img srcs to new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleInkster committed Nov 13, 2020
1 parent a82ad3f commit 24c9b4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ This project aims to simplify and guide the way beginners make their first contr

_If you're not comfortable with command line, [here are tutorials using GUI tools.](#tutorials-using-other-tools)_

<img align="right" width="300" src="./assets/fork.png" alt="fork this repository" />
<img align="right" width="300" src="https://firstcontributions.github.io/assets/Readme/fork.png" alt="fork this repository" />

#### If you don't have git on your machine, [install it](https://help.github.com/articles/set-up-git/).

Expand All @@ -83,7 +83,7 @@ This will create a copy of this repository in your account.

## Clone the repository

<img align="right" width="300" src="./assets/clone.png" alt="clone this repository" />
<img align="right" width="300" src="https://firstcontributions.github.io/assets/Readme/clone.png" alt="clone this repository" />

Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the _copy to clipboard_ icon.

Expand All @@ -95,7 +95,7 @@ git clone "url you just copied"

where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.

<img align="right" width="300" src="./assets/copy-to-clipboard.png" alt="copy URL to clipboard" />
<img align="right" width="300" src="https://firstcontributions.github.io/assets/Readme/copy-to-clipboard.png" alt="copy URL to clipboard" />

For example:

Expand Down Expand Up @@ -131,7 +131,7 @@ git checkout -b add-alonzo-church

Now open `Contributors.md` file in a text editor, add your name to it. Don't add it at the beginning or end of the file. Put it anywhere in between. Now, save the file.

<img align="right" width="450" src="assets/git-status.png" alt="git status" />
<img align="right" width="450" src="https://firstcontributions.github.io/assets/Readme/git-status.png" alt="git status" />

If you go to the project directory and execute the command `git status`, you'll see there are changes.

Expand Down

0 comments on commit 24c9b4b

Please sign in to comment.