Skip to content

Commit fed9d66

Browse files
authored
Merge pull request #1830 from kerhac/master
Minor fixes (broken links, missing images)
2 parents b760730 + 6c34507 commit fed9d66

File tree

16 files changed

+3
-3
lines changed

16 files changed

+3
-3
lines changed

de/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In jedem Kapitel, das bereits mit Video unterstützt wird, gibt es einen Link au
4040

4141
## Über uns und wie du mithelfen kannst
4242

43-
Dieses Tutorial wird von [DjangoGirls](https://djangogirls.org/) betreut. Solltest du Fehler finden oder das Tutorial aktualisieren wollen, dann folge den [Richtlinien zum Mitarbeiten](https://github.com/DjangoGirls/tutorial/blob/master/CONTRIBUTING.md).
43+
Dieses Tutorial wird von [DjangoGirls](https://djangogirls.org/) betreut. Solltest du Fehler finden oder das Tutorial aktualisieren wollen, dann folge den [Richtlinien zum Mitarbeiten](https://github.com/DjangoGirls/tutorial/blob/master/README.md).
4444

4545
## Möchtest du uns helfen, das Tutorial in andere Sprachen zu übersetzen?
4646

30.1 KB
Loading
30.1 KB
Loading

fr/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Allons écrire du code !
1010

1111
> Pour les lecteurs à la maison: cette partie est couverte dans la vidéo [Python Basics: Integers, Strings, Lists, Variables and Errors](https://www.youtube.com/watch?v=MO63L4s-20U) .
1212
13-
Pour commencer à jouer avec Python, nous avons besoin d'ouvrir une *ligne de commande* sur votre ordinateur. Normalement, vous savez déjà comment le faire – vous l'avez appris dans le chapitre [Introduction à la ligne de commande](/intro_to_command_line/README. html).
13+
Pour commencer à jouer avec Python, nous avons besoin d'ouvrir une *ligne de commande* sur votre ordinateur. Normalement, vous savez déjà comment le faire – vous l'avez appris dans le chapitre [Introduction à la ligne de commande](../intro_to_command_line/README.md).
1414

1515
Dès que vous êtes prête, suivez les instructions suivantes.
1616

30.1 KB
Loading
30.1 KB
Loading
Loading
30.1 KB
Loading
Loading

pt/dynamic_data_in_templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ E o que vem agora? Para pegar os posts reais do modelo `Post`, precisamos de uma
3232

3333
## QuerySet
3434

35-
Você já deve estar familiarizada com o modo que os QuerySets funcionam. Nós conversamos sobre isso no [capítulo QuerySets e ORM do Django](/django_orm/README. html).</p>
35+
Você já deve estar familiarizada com o modo que os QuerySets funcionam. Nós conversamos sobre isso no [capítulo QuerySets e ORM do Django](../django_orm/README.md).</p>
3636

3737
Agora queremos classificar as postagens publicadas por `published_date`, certo? Nós já fizemos isso no capítulo sobre QuerySets!
3838

30.1 KB
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)