forked from DjangoGirls/tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request DjangoGirls#1291 from rhcarvalho/gitbook-spelling
GitBook spelling and links to legacy website
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
||
|
@@ -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. | ||
|
||
|
@@ -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. | ||
|
||
|