Browse Source

docs: fix link to toolchain

miripiruni 1 year ago
parent
commit
4292fda2c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/plugins/nots.py

+ 1 - 1
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),
             )
         )