diff options
author | miripiruni <miripiruni@yandex-team.com> | 2023-07-19 02:03:07 +0300 |
---|---|---|
committer | miripiruni <miripiruni@yandex-team.com> | 2023-07-19 02:03:07 +0300 |
commit | 4292fda2c7880db1f70da6766a2fdac2948181d8 (patch) | |
tree | 83553ba39435cba961bea79d8cbec895ac93c486 /build/plugins | |
parent | ffa002e1be2608def4942937ec5f05d66c606e78 (diff) | |
download | ydb-4292fda2c7880db1f70da6766a2fdac2948181d8.tar.gz |
docs: fix link to toolchain
Diffstat (limited to 'build/plugins')
-rw-r--r-- | build/plugins/nots.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/nots.py b/build/plugins/nots.py index 103aa706ef..272124a814 100644 --- a/build/plugins/nots.py +++ b/build/plugins/nots.py @@ -427,7 +427,7 @@ def _select_matching_version(erm_json, resource_name, range_str): resource_name, range_str, map(str, toolchain_versions), - "https://docs.yandex-team.ru/ya-make/tutorials/typescript#nodejs", + "https://docs.yandex-team.ru/ya-make/manual/typescript/toolchain", str(error), ) ) |