Skip to content

Commit

Permalink
Fix broken links due to html reference
Browse files Browse the repository at this point in the history
This will replace the wrong reference to `.html` files with `.md` files.
The static page generator will take care of correctly replacing the file
extensions while generating the page.
  • Loading branch information
kerhac committed May 18, 2024
1 parent 1e2dac4 commit ab6985b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fr/python_introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Allons écrire du code !

> 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) .
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).
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).

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

Expand Down
2 changes: 1 addition & 1 deletion pt/dynamic_data_in_templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ E o que vem agora? Para pegar os posts reais do modelo `Post`, precisamos de uma

## QuerySet

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>
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>

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

Expand Down

0 comments on commit ab6985b

Please sign in to comment.