Skip to content

Commit b967435

Browse files
authored
Merge pull request #336 from sen98ia/utm-update
add utm tags
2 parents 89e389c + 0fafc57 commit b967435

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

drafts/10-basics/10-hello-world/description.en.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ instructions: |
2121
2222
# tips:
2323
- |
24-
# [A little bit about 'Hello, World!](https://ru.hexlet.io/blog/posts/moy-chelovek-menya-ponimaet-istoriya-frazy-hello-world-i-ee-analogov)
24+
# [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)

modules/10-basics/10-hello-world/ru/data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: Привет, Мир!
33
tips:
44
- >
55
[Немного о 'Hello,
6-
World!'](https://ru.hexlet.io/blog/posts/moy-chelovek-menya-ponimaet-istoriya-frazy-hello-world-i-ee-analogov)
6+
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)

modules/30-variables/10-definition/ru/data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Что такое переменная
33
tips:
44
- >
55
[Именование в
6-
программировании](https://ru.hexlet.io/blog/posts/naming-in-programming)
6+
программировании](https://ru.hexlet.io/blog/posts/naming-in-programming?utm_source=code-basics&utm_medium=referral&utm_campaign=blog&utm_content=lesson)
77
definitions:
88
- name: Переменная
99
description: >-

modules/30-variables/13-variables-naming/ru/data.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Выбор имени переменной
33
tips:
44
- >
55
[Именование в
6-
программировании](https://ru.hexlet.io/blog/posts/naming-in-programming)
6+
программировании](https://ru.hexlet.io/blog/posts/naming-in-programming?utm_source=code-basics&utm_medium=referral&utm_campaign=blog&utm_content=lesson)
77
- >
88
[Ошибки в именовании
9-
переменных](https://ru.hexlet.io/blog/posts/naming-errors-1)
9+
переменных](https://ru.hexlet.io/blog/posts/naming-errors-1?utm_source=code-basics&utm_medium=referral&utm_campaign=blog&utm_content=lesson)
1010
definitions:
1111
- name: Переменная
1212
description: >-

modules/40-define-functions/100-define-function/ru/data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: Создание (определение) функций
33
tips:
44
- >
55
[Именование в
6-
программировании](https://ru.hexlet.io/blog/posts/naming-in-programming)
6+
программировании](https://ru.hexlet.io/blog/posts/naming-in-programming?utm_source=code-basics&utm_medium=referral&utm_campaign=blog&utm_content=lesson)

modules/45-logic/15-predicates/ru/data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Предикаты
33
tips:
44
- >
55
[Именование в
6-
программировании](https://ru.hexlet.io/blog/posts/naming-in-programming)
6+
программировании](https://ru.hexlet.io/blog/posts/naming-in-programming?utm_source=code-basics&utm_medium=referral&utm_campaign=blog&utm_content=lesson)
77
definitions:
88
- name: Предикат
99
description: выражение, отвечающее на вопрос «да» или «нет» с помощью типа bool.

0 commit comments

Comments
 (0)