Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix github setup screen link #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Workshops/Git & GitHub/GitHub-Handbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ If you wanted, you could initialize the repository with a **README** file, which
#### Pushing code to the GitHub repo
After the last step, you will be forwarded to the starting page of your new GitHub repository that looks like this:

![Quick setup screen](img/quick-setu-screen.png)
![Quick setup screen](img/quick-setup-screen.png)


Since we've already created our Git repo locally, we can focus on the **`…or push an existing repository from the command line`** section of the page.
Expand Down Expand Up @@ -351,4 +351,4 @@ Also check **GitHub Gist**, which is an easy way to share your code, notes or ot

**GitHub Pages** is a popular service for hosting web pages via GitHub. You can learn more about it here: [https://guides.github.com/features/pages/](https://guides.github.com/features/pages/)

They also have official video guides which you can find [on this link](https://www.youtube.com/githubguides).
They also have official video guides which you can find [on this link](https://www.youtube.com/githubguides).