Skip to content

Commit 5ac1992

Browse files
committed
Fixed bad encoding in pt-br summary
1 parent f0d107b commit 5ac1992

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

pt/SUMMARY.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Sumário
22

3-
* [Introdução](README.md)
3+
* [Introdução](README.md)
44
* [Como funciona a internet?](how_the_internet_works/README.md)
5-
* [Introdução à linha de comando](intro_to_command_line/README.md)
6-
* [Instalação do Python](python_installation/README.md)
7-
* [Editor de Código](code_editor/README.md)
8-
* [Introdução ao Python](python_introduction/README.md)
9-
* [O que é Django?](django/README.md)
10-
* [Instalação do Django](django_installation/README.md)
5+
* [Introdução à linha de comando](intro_to_command_line/README.md)
6+
* [Instalação do Python](python_installation/README.md)
7+
* [Editor de Código](code_editor/README.md)
8+
* [Introdução ao Python](python_introduction/README.md)
9+
* [O que é Django?](django/README.md)
10+
* [Instalação do Django](django_installation/README.md)
1111
* [Criando um projeto](django_start_project/README.md)
1212
* [Modelos do Django](django_models/README.md)
13-
* [Administração](django_admin/README.md)
14-
* [Implantação!](deploy/README.md)
13+
* [Administração](django_admin/README.md)
14+
* [Implantação!](deploy/README.md)
1515
* [Urls](django_urls/README.md)
1616
* [Views - hora de criar!](django_views/README.md)
17-
* [Introdução a HTML](html/README.md)
17+
* [Introdução a HTML](html/README.md)
1818
* [Django ORM (Querysets)](django_orm/README.md)
19-
* [Dados dinâmicos nos templates](dynamic_data_in_templates/README.md)
19+
* [Dados dinâmicos nos templates](dynamic_data_in_templates/README.md)
2020
* [Templates](django_templates/README.md)
2121
* [CSS - Deixe mais bonito](css/README.md)
2222
* [Estendendo os templates](template_extending/README.md)
23-
* [Amplie sua aplicação](extend_your_application/README.md)
24-
* [Formulários](django_forms/README.md)
25-
* [Domínio](domain/README.md)
23+
* [Amplie sua aplicação](extend_your_application/README.md)
24+
* [Formulários](django_forms/README.md)
25+
* [Domínio](domain/README.md)
2626
* [O que vem depois?](whats_next/README.md)

0 commit comments

Comments
 (0)