You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The Django Girls Tutorial is licensed under a *Creative Commons Attribution-Shar
4
4
5
5
# Editing basics
6
6
7
-
The source code of the tutorial is [hosted on Github](). The Github [Fork & Pull workflow](https://help.github.com/articles/using-pull-requests) is used to accept and review changes.
7
+
The source code of the tutorial is [hosted on Github](http://github.com/DjangoGirls/tutorial). The Github [Fork & Pull workflow](https://help.github.com/articles/using-pull-requests) is used to accept and review changes.
8
8
9
9
The tutorial uses the [GitBook](https://www.gitbook.io/) service for publishing its documentation. [See more information about how Gitbook works](http://help.gitbook.io/).
10
10
@@ -23,7 +23,7 @@ For contributing to the tutorial the following is needed to get started:
23
23
24
24
First fork the [DjangoGirls/tutorial](https://github.com/DjangoGirls/tutorial) repository to your personal Github account:
25
25
26
-

26
+

27
27
28
28
# Editing chapter content
29
29
@@ -37,11 +37,11 @@ For simple changes like typo corrections you can use the Github online editor:
37
37
38
38
and you can edit the chapter directly on github.com.
39
39
40
-

40
+

41
41
42
42
Markdown syntax is used to edit the individual pages of the tutorial.
Save your changes and create a pull request as explained below.
47
47
@@ -57,7 +57,7 @@ Download the [Gitbook Editor](http://help.gitbook.io/editor/README.html) app to
57
57
58
58
Then you can open the tutorial in Gitbook Editor (*File* > *Open book*).
59
59
60
-

60
+

61
61
62
62
Make any changes in the tutorial using the editor and then save changes (*Book* > *Save all*).
63
63
@@ -94,7 +94,7 @@ After you have finished your changes you need to create [a pull request](https:/
94
94
95
95
In your own repository on Github press do *Compare & pull request*
96
96
97
-

97
+

98
98
99
99
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.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,4 +27,4 @@ OK, [let's start at the beginning...](how_internet_works/README.md)
27
27
28
28
## About and contributing
29
29
30
-
This tutorial is maintained by [DjangoGirls](http://djangogirls.org/). If you find any mistakes or want to update the tutorial please [follow the contributing guidelines](contributing_and_editing_this_book/README.md).
30
+
This tutorial is maintained by [DjangoGirls](http://djangogirls.org/). If you find any mistakes or want to update the tutorial please [follow the contributing guidelines](http://github.com/DjangoGirls/tutorial/CONTRIBUTING.md).
0 commit comments