Skip to content

Commit

Permalink
Update GitBook links to point to the legacy site
Browse files Browse the repository at this point in the history
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
rhcarvalho committed Jun 30, 2018
1 parent 630e32c commit 1ae5ead
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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,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*).

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1ae5ead

Please sign in to comment.