Skip to content

Commit 4795791

Browse files
authored
Merge pull request rmglennon#17 from rmglennon/rmglennon-patch-1
Change links to this repo
2 parents 8e36e13 + 88acd61 commit 4795791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial-learn-github-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can review the [GitHub Glossary](https://help.github.com/articles/github-glo
3131
To get started, you need to make a copy of the repository containing the tutorial data files. You do not have write permissions for the source version, but making a copy into your own GitHub account allows you to edit them. This is known as creating a _fork_, or _forking a repository_.
3232

3333
1. Open a browser to https://github.com and sign in with your account.
34-
2. Navigate to https://github.com/mapzen/write-the-docs-tutorial, which contains some files to get you started.
34+
2. Navigate to https://github.com/rmglennon/write-the-docs, which contains some files to get you started.
3535
3. Click the `Fork` button in the top right corner of the page.
3636

3737
![Fork a repository button](images/fork-repo-button.png)
@@ -59,7 +59,7 @@ Your fork has the basic configuration to get a website built with Jekyll, but do
5959

6060
Markdown is a lightweight markup language that uses plain text with symbols, like asterisks and underscores, to style the appearance. You use markdown formatting throughout GitHub, and many files are in `.md` format. Two syntax references are from [John Gruber](https://daringfireball.net/projects/markdown/syntax), who created markdown, and [GitHub](https://guides.github.com/features/mastering-markdown/). Jekyll converts markdown files into HTML for use on a website.
6161

62-
1. Be sure you are in the `docs` folder (the path should be `write-the-docs-tutorial/docs`) and click `Create new file`.
62+
1. Be sure you are in the `docs` folder (the path should be `write-the-docs/docs`) and click `Create new file`.
6363

6464
![Create new file button](images/create-new-file-button.png)
6565

0 commit comments

Comments
 (0)