Skip to content

Commit

Permalink
Merge pull request DjangoGirls#1291 from rhcarvalho/gitbook-spelling
Browse files Browse the repository at this point in the history
GitBook spelling and links to legacy website
  • Loading branch information
ekohl authored Jul 1, 2018
2 parents 31d7c4e + 1ae5ead commit aaef508
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Django Girls Tutorial is licensed under a [*Creative Commons Attribution-Sha

The source code of the tutorial is [hosted on Github](https://github.com/DjangoGirls/tutorial). The Github [Fork & Pull workflow](https://help.github.com/articles/using-pull-requests) is used to accept and review changes.

The tutorial uses the [GitBook](https://www.gitbook.com/) service for publishing its documentation. [See more information about how Gitbook works](https://help.gitbook.com/).
The tutorial uses the [GitBook](https://legacy.gitbook.com/) service for publishing its documentation. [See more information about how GitBook works](https://help.gitbook.com/).

The tutorial is written in [Markdown mark up language](https://help.github.com/articles/markdown-basics).

Expand Down Expand Up @@ -64,11 +64,11 @@ Then, create a branch for your new changes to sit in. It helps to call the branc

git checkout -b contributing

Download the [Gitbook Editor](https://www.gitbook.com/editor) app to your computer.
Download the [GitBook Editor](https://legacy.gitbook.com/editor) app to your computer.

Then you can open the tutorial in Gitbook Editor (*File* > *Open book*).
Then you can open the tutorial in GitBook Editor (*File* > *Open book*).

Make any changes in the tutorial using Gitbook and then save changes (*Book* > *Save all*).
Make any changes in the tutorial using GitBook and then save changes (*Book* > *Save all*).

Then commit the changes using `git` and push the changes to your remote Github repository.

Expand Down Expand Up @@ -97,15 +97,15 @@ Example:
To [email protected]:miohtama/tutorial.git
b37ca59..fe36152 contributing -> contributing

If you don't want to download the Gitbook Editor app you can also go to the [Gitbook website](https://www.gitbook.com/), sign up for free and work directly in your browser.
If you don't want to download the GitBook Editor app you can also go to the [GitBook website](https://legacy.gitbook.com/), sign up for free and work directly in your browser.

# Making a pull request

After you have finished your changes you need to create [a pull request](https://help.github.com/articles/using-pull-requests) on Github. DjangoGirls will get notified about the pull request, review your changes, suggest any corrections if needed and then *pull* your changes to the master version.

In your own repository on Github press do *Compare & pull request*

![Gitbook](contributing/images/pull_request.png)
![Compare & pull request](contributing/images/pull_request.png)

Fill in the information *why* this change is being made. The reviewer can see the details of the actual change, so you don't need repeat the content of the change.

Expand Down

0 comments on commit aaef508

Please sign in to comment.