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.
Update GitBook links to point to the legacy site
GitBook v2, featured on the main www.gitbook.com page is a considerably different product, not the same as what powers the Django Girls tutorial. Reference: https://docs.gitbook.com/v2-changes/important-differences
- Loading branch information
1 parent
630e32c
commit 1ae5ead
Showing
1 changed file
with
3 additions
and
3 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,7 +64,7 @@ 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*). | ||
|
||
|
@@ -97,7 +97,7 @@ 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 | ||
|
||
|