Skip to content

Commit 1ddb47e

Browse files
committed
Relative links once again
1 parent 54f4172 commit 1ddb47e

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

en/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...](./how_internet_works/README.md)
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.md).
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](./intro_to_command_line/README.md) 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](./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/dynamic_data_in_templates/README.md

Lines changed: 1 addition & 1 deletion
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.md
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

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ń](./intro_to_command_line/README.md).
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]: ./code_editor/README.md
456+
[2]: ../code_editor/README.md
457457

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

uk/dynamic_data_in_templates/README.md

Lines changed: 1 addition & 1 deletion
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.md
31+
[1]: ../django_orm/README.md
3232

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

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

1111

1212

0 commit comments

Comments
 (0)