Skip to content
Merged
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 drafts/10-basics/10-hello-world/description.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ instructions: |

# tips:
- |
# [A little bit about 'Hello, World!](https://ru.hexlet.io/blog/posts/moy-chelovek-menya-ponimaet-istoriya-frazy-hello-world-i-ee-analogov)
# [A little bit about 'Hello, World!](https://ru.hexlet.io/blog/posts/moy-chelovek-menya-ponimaet-istoriya-frazy-hello-world-i-ee-analogov?utm_source=code-basics&utm_medium=referral&utm_campaign=blog&utm_content=lesson)
2 changes: 1 addition & 1 deletion modules/10-basics/10-hello-world/ru/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: Привет, Мир!
tips:
- >
[Немного о 'Hello,
World!'](https://ru.hexlet.io/blog/posts/moy-chelovek-menya-ponimaet-istoriya-frazy-hello-world-i-ee-analogov)
World!'](https://ru.hexlet.io/blog/posts/moy-chelovek-menya-ponimaet-istoriya-frazy-hello-world-i-ee-analogov?utm_source=code-basics&utm_medium=referral&utm_campaign=blog&utm_content=lesson)
2 changes: 1 addition & 1 deletion modules/30-variables/10-definition/ru/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Что такое переменная
tips:
- >
[Именование в
программировании](https://ru.hexlet.io/blog/posts/naming-in-programming)
программировании](https://ru.hexlet.io/blog/posts/naming-in-programming?utm_source=code-basics&utm_medium=referral&utm_campaign=blog&utm_content=lesson)
definitions:
- name: Переменная
description: >-
Expand Down
4 changes: 2 additions & 2 deletions modules/30-variables/13-variables-naming/ru/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Выбор имени переменной
tips:
- >
[Именование в
программировании](https://ru.hexlet.io/blog/posts/naming-in-programming)
программировании](https://ru.hexlet.io/blog/posts/naming-in-programming?utm_source=code-basics&utm_medium=referral&utm_campaign=blog&utm_content=lesson)
- >
[Ошибки в именовании
переменных](https://ru.hexlet.io/blog/posts/naming-errors-1)
переменных](https://ru.hexlet.io/blog/posts/naming-errors-1?utm_source=code-basics&utm_medium=referral&utm_campaign=blog&utm_content=lesson)
definitions:
- name: Переменная
description: >-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: Создание (определение) функций
tips:
- >
[Именование в
программировании](https://ru.hexlet.io/blog/posts/naming-in-programming)
программировании](https://ru.hexlet.io/blog/posts/naming-in-programming?utm_source=code-basics&utm_medium=referral&utm_campaign=blog&utm_content=lesson)
2 changes: 1 addition & 1 deletion modules/45-logic/15-predicates/ru/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Предикаты
tips:
- >
[Именование в
программировании](https://ru.hexlet.io/blog/posts/naming-in-programming)
программировании](https://ru.hexlet.io/blog/posts/naming-in-programming?utm_source=code-basics&utm_medium=referral&utm_campaign=blog&utm_content=lesson)
definitions:
- name: Предикат
description: выражение, отвечающее на вопрос «да» или «нет» с помощью типа bool.
Loading