10000 Fix links · HowProgrammingWorks/Tools@4445834 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4445834

Browse files
committed
Fix links
1 parent 617612a commit 4445834

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

JavaScript/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
| [English](README.md) | [Русский](README.ru.md) |
33

44
Required software:
5-
1. Runtime - [Node.js](https://nodejs.org/en/) with package manager: [npm](https://www.npmjs.com/), [code example](examples/example.js)
6-
2. Linter - Code style and syntax templates checker - [ESLint](http://eslint.org/), [config example](examples/.eslintrc.yml)
5+
1. Runtime - [Node.js](https://nodejs.org/en/) with package manager: [npm](https://www.npmjs.com/)
6+
2. Linter - Code style and syntax templates checker - [ESLint](http://eslint.org/), [config example](examples/.eslintrc.json)
77
3. VCS - Version Control System - [GitHub](https://github.com/), [Git](https://git-scm.com/), [GUI](https://desktop.github.com/)
88

99
Optional tools:

JavaScript/README.ru.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
| [English](README.md) | [Русский](README.ru.md) |
33

44
Обязательные компоненты:
5-
1. Runtime - [Node.js](https://nodejs.org/en/) с менеджером пакетов: [npm](https://www.npmjs.com/), [пример кода](examples/example.js)
6-
2. Линтер - проверка стиля кода и анализ синтаксиса - [ESLint](http://eslint.org/), [пример конфигурации](examples/.eslintrc.yml)
5+
1. Runtime - [Node.js](https://nodejs.org/en/) с менеджером пакетов: [npm](https://www.npmjs.com/)
6+
2. Линтер - проверка стиля кода и анализ синтаксиса - [ESLint](http://eslint.org/), [пример конфигурации](examples/.eslintrc.json)
77
3. VCS - система контроля версий - [GitHub](https://github.com/), [Git](https://git-scm.com/), [GUI](https://desktop.github.com/)
88

99
Опциональные компоненты:

0 commit comments

Comments
 (0)
0