Skip to content

Commit 54f4172

Browse files
committed
Fixed relative links, they should start with a dot indicating the relativeness
1 parent 2dcaf21 commit 54f4172

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It will (more or less) look like this:
2626

2727
> If you work with the tutorial on your own and don't have a coach that will help you in case of any problem, we have a chat for you: [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/DjangoGirls/tutorial?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge). We asked our coaches and previous attendees to be there from time to time and help others with the tutorial! Don't be afraid to ask your question there!
2828
29-
OK, [let's start at the beginning...](http://tutorial.djangogirls.org/en/how_internet_works/README.html)
29+
OK, [let's start at the beginning...](./how_internet_works/README.md)
3030

3131
## About and contributing
3232

en/dynamic_data_in_templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ But what's next? To take actual blog posts from `Post` model we need something c
2424

2525
## QuerySet
2626

27-
You should already be familiar with how QuerySets work. We talked about it in [Django ORM (QuerySets) chapter](/django_orm/README.html).
27+
You should already be familiar with how QuerySets work. We talked about it in [Django ORM (QuerySets) chapter](./django_orm/README.md).
2828

2929
So now we are interested in a list of blog posts that are published and sorted by `published_date`, right? We already did that in QuerySets chapter!
3030

en/python_introduction/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Let's write some code!
66

77
## Python prompt
88

9-
To start playing with Python, we need to open up a *command line* on your computer. You should already know how to do that -- you learned it in the [Intro to Command Line](/en/intro_to_command_line/README.html) chapter.
9+
To start playing with Python, we need to open up a *command line* on your computer. You should already know how to do that -- you learned it in the [Intro to Command Line](./intro_to_command_line/README.md) chapter.
1010

1111
Once you're ready, follow the instructions below.
1212

@@ -409,7 +409,7 @@ To exit from the Python interpreter that we've been using, simply type the ```ex
409409

410410
This will put you back into the command prompt.
411411

412-
Earlier, we picked out a code editor from the [code editor](/en/code_editor/README.md) section. We'll need to open the editor now and write some code into a new file:
412+
Earlier, we picked out a code editor from the [code editor](./code_editor/README.md) section. We'll need to open the editor now and write some code into a new file:
413413

414414
print('Hello, Django girls!')
415415

pl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Będzie to wyglądać mniej więcej tak:
3232

3333
Ok, [zacznijmy od początku...][3]
3434

35-
[3]: /pl/how_internet_works/README.md
35+
[3]: ./how_internet_works/README.md
3636

3737
## Jak możesz pomóc?
3838

pl/dynamic_data_in_templates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Ale co dalej? Żeby pobrać wpisy naszego bloga z modelu `Post` potrzebujemy cze
2828

2929
Powinnaś być już zaznajomiona z zasadą działania obiektów typu QuerySet. Rozmawiałyśmy o tym w rozdziale [Django ORM (QuerySets)][1].
3030

31-
[1]: /django_orm/README.html
31+
[1]: ./django_orm/README.md
3232

3333
Więc teraz interesuje nas lista wpisów, które zostały opublikowane i posortowane według daty publikacji (`published_date`), zgadza się? Już to zrobiłyśmy w rozdziale o QuerySetach!
3434

@@ -63,4 +63,4 @@ Zatem ostatecznie nasz plik `blog/views.py` powinien wyglądać następująco:
6363

6464
I to wszystko! Czas, żebyśmy wróciły do naszego szablonu i wyświetliły ten QuerySet!
6565

66-
Jeżeli chciałabyś poczytać troszkę więcej na temat QuerySetów w Django, powinnaś rzucić okiem tutaj: https://docs.djangoproject.com/en/1.7/ref/models/querysets/
66+
Jeżeli chciałabyś poczytać troszkę więcej na temat QuerySetów w Django, powinnaś rzucić okiem tutaj: https://docs.djangoproject.com/en/1.7/ref/models/querysets/

pl/python_introduction/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Napiszmy jakiś kod!
66

77
## Wiersz poleceń Pythona
88

9-
Aby rozpocząć zabawę z Pythonem, musisz otworzyć jego *wiersz poleceń* na swoim komputerze. Już umiesz to robić -- nauczyłaś się tego w rozdziale [Wprowadzenie do interfejsu wiersza poleceń](/pl/intro_to_command_line/README.html).
9+
Aby rozpocząć zabawę z Pythonem, musisz otworzyć jego *wiersz poleceń* na swoim komputerze. Już umiesz to robić -- nauczyłaś się tego w rozdziale [Wprowadzenie do interfejsu wiersza poleceń](./intro_to_command_line/README.md).
1010

1111

1212

@@ -453,7 +453,7 @@ W ten sposób znajdziesz się z powrotem w wierszu poleceń.
453453

454454
Nieco wcześniej, w sekcji [Edytor kodu][2], dokonałyśmy wyboru programu używanego przez nas do pisania kodu. Musimy go teraz otworzyć i zapisać kod w nowym pliku:
455455

456-
[2]: /pl/code_editor/README.md
456+
[2]: ./code_editor/README.md
457457

458458
print('Hello, Django girls!')
459459

uk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
Гаразд, [почнемо з самого початку...][3]
3535

36-
[3]: /uk/how_internet_works/README.md
36+
[3]: ./how_internet_works/README.md
3737

3838
## Коротка інформація та вклад
3939

uk/dynamic_data_in_templates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
Ви маєте вже бути ознайомлені із роботою QuerySets. Ми говорили про це у розділі [Django ORM (QuerySets)][1].
3030

31-
[1]: /django_orm/README.html
31+
[1]: ./django_orm/README.md
3232

3333
Отже, наразі ми зацікавлені у списку опублікованих і відсортованих за параметром `published_date` блог постів, чи не так? Ми вже робили це у розділі QuerySets!
3434

@@ -63,4 +63,4 @@
6363

6464
Це все! Час повернутись назад до нашого шаблону і вивести QuerySet!
6565

66-
Якщо бажаєте дізнатись трохи більше про QuerySets в Django, зазирніть сюди: https://docs.djangoproject.com/en/1.7/ref/models/querysets/
66+
Якщо бажаєте дізнатись трохи більше про QuerySets в Django, зазирніть сюди: https://docs.djangoproject.com/en/1.7/ref/models/querysets/

uk/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Командний рядок Python
88

9-
Щоб розпочати роботу із Python нам необхідно відкрити *командний рядок*. Ви вже повинні знати як це зробити, адже ознайомились із цим у розділі [Вступ до командного рядка](/uk/intro_to_command_line/README.html).
9+
Щоб розпочати роботу із Python нам необхідно відкрити *командний рядок*. Ви вже повинні знати як це зробити, адже ознайомились із цим у розділі [Вступ до командного рядка](./intro_to_command_line/README.md).
1010

1111

1212

0 commit comments

Comments
 (0)