Skip to content

Commit 6977a2f

Browse files
authored
Merge pull request #130 from rekby/fix-default-yfm-links
Fix yfm links
2 parents d914e01 + 9efdb7a commit 6977a2f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

en/project/lint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ YFM001:
6262
6363
Rules with the prefix `MD` are provided by the library [markdownlint](https://github.com/DavidAnson/markdownlint).
6464
A detailed description of all the rules with `MD` prefix can be found [here](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md).
65-
A detailed description of all the rules with `YFM` prefix can be found [here](https://github.com/yandex-cloud/yfm-transform/blob/master/lib/yfmlint/README.md).
65+
A detailed description of all the rules with `YFM` prefix can be found [here](https://github.com/diplodoc-platform/transform/blob/master/src/transform/yfmlint/README.md).
6666

6767
In the `.yfmlint` config in the `log-levels` section, you can override the logging level separately for each rule: `error`, `warn`, `disabled`.
6868

@@ -90,7 +90,7 @@ log-levels:
9090
```
9191

9292
Default values for rules with the prefix `MD` are specified [here.](https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml)
93-
Default values for rules with the prefix `YFM` are specified [here.](https://github.com/yandex-cloud/yfm-transform/blob/master/lib/yfmlint/yfmlint.js)
93+
Default values for rules with the prefix `YFM` are specified [here.](https://github.com/diplodoc-platform/transform/blob/master/src/transform/yfmlint/yfmlint.ts)
9494

9595
Rules can be enabled, disabled, and configured for an entire file or a paragraph of a file.
9696
Look at the examples [here.](https://github.com/DavidAnson/markdownlint/blob/a852407c887ec60949aa5365ed964bab833f962f/README.md#configuration)

ru/project/lint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ YFM001:
6262
6363
Правила с префиксом `MD` предоставляются библиотекой [markdownlint](https://github.com/DavidAnson/markdownlint).
6464
Подробное описание всех правил с префиксом `MD` можно найти [по ссылке](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md).
65-
Подробное описание всех правил с префиксом `YFM` можно найти [по ссылке](https://github.com/yandex-cloud/yfm-transform/blob/master/lib/yfmlint/README.md).
65+
Подробное описание всех правил с префиксом `YFM` можно найти [по ссылке](https://github.com/diplodoc-platform/transform/blob/master/src/transform/yfmlint/README.md).
6666

6767
Вы можете переопределить уровень логирования в конфиге `.yfmlint` в секции `log-levels` отдельно для каждого правила: `error`, `warn`, `disabled`.
6868

@@ -90,7 +90,7 @@ log-levels:
9090
```
9191

9292
Дефолтные значения для правил с префиксом `MD` указаны [по ссылке](https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml).
93-
Дефолтные значения для правил с префиксом `YFM` указаны [по ссылке](https://github.com/yandex-cloud/yfm-transform/blob/master/lib/yfmlint/yfmlint.js).
93+
Дефолтные значения для правил с префиксом `YFM` указаны [по ссылке](https://github.com/diplodoc-platform/transform/blob/master/src/transform/yfmlint/yfmlint.ts).
9494

9595
Правила можно включить, выключить, настроить для всего файла или абзаца в файле.
9696
Примеры можно посмотреть [по ссылке](https://github.com/DavidAnson/markdownlint/blob/a852407c887ec60949aa5365ed964bab833f962f/README.md#configuration).

0 commit comments

Comments
 (0)