Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link for getting started #288

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ It will (more or less) look like this:

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

OK, [let's start at the beginning...](./how_internet_works/README.md)
OK, [let's start at the beginning...](./en/how_the_internet_works/README.md)

## About and contributing

Expand Down
2 changes: 1 addition & 1 deletion en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ It will (more or less) look like this:

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

OK, [let's start at the beginning...](./how_internet_works/README.md)
OK, [let's start at the beginning...](./how_the_internet_works/README.md)

## About and contributing

Expand Down
2 changes: 1 addition & 1 deletion en/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Summary

* [Introduction](README.md)
* [How the Internet works?](how_internet_works/README.md)
* [How the Internet works?](how_the_internet_works/README.md)
* [Introduction to command line](intro_to_command_line/README.md)
* [Python installation](python_installation/README.md)
* [Code editor](code_editor/README.md)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion es/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ se verá (más o menos) como ésta:

Esta bien, [empecemos desde el inicio...][3]

[3]: how_internet_works/README.md
[3]: how_the_internet_works/README.md

## Sobre nosotros y cómo contribuir

Expand Down
2 changes: 1 addition & 1 deletion es/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Índice

* [Introducción](README.md)
* [Cómo funciona el internet](how_internet_works/README.md)
* [Cómo funciona el internet](how_the_internet_works/README.md)
* [Introducción a la línea de comandos](intro_to_command_line/README.md)
* [Instalación de Python](python_installation/README.md)
* [Editor de código](code_editor/README.md)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Będzie to wyglądać mniej więcej tak:

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

[3]: ./how_internet_works/README.md
[3]: ./how_the_internet_works/README.md

## Jak możesz pomóc?

Expand Down
2 changes: 1 addition & 1 deletion pl/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Podsumowanie

* [Wprowadzenie](README.md)
* [Jak działa internet?](how_internet_works/README.md)
* [Jak działa internet?](how_the_internet_works/README.md)
* [Wprowadzenie do linii poleceń](intro_to_command_line/README.md)
* [Instalowanie Pythona](python_installation/README.md)
* [Edytor kodu](code_editor/README.md)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion uk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

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

[3]: ./how_internet_works/README.md
[3]: ./how_the_internet_works/README.md

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

Expand Down
2 changes: 1 addition & 1 deletion uk/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Зміст

* [Вступ](README.md)
* [Як працює Інтернет?](how_internet_works/README.md)
* [Як працює Інтернет?](how_the_internet_works/README.md)
* [Вступ до командного рядку](intro_to_command_line/README.md)
* [Встановлення Python](python_installation/README.md)
* [Редактор коду](code_editor/README.md)
Expand Down
File renamed without changes.