aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornadya73 <nadya73@yandex-team.com>2023-09-06 19:59:14 +0300
committernadya73 <nadya73@yandex-team.com>2023-09-06 20:20:00 +0300
commit484d2b621c25885e20fdf5c55c1b844e3b3b3d78 (patch)
treed8e6a054fa8e44cb60593a6647a656ae1e3be0aa
parent5dff1fa32117ff242e380e16314bae6fd67651f9 (diff)
downloadydb-484d2b621c25885e20fdf5c55c1b844e3b3b3d78.tar.gz
[yt/cpp/mapreduce] Fix links
-rw-r--r--yt/cpp/mapreduce/interface/format.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/yt/cpp/mapreduce/interface/format.h b/yt/cpp/mapreduce/interface/format.h
index 920b9589a2..2011304e04 100644
--- a/yt/cpp/mapreduce/interface/format.h
+++ b/yt/cpp/mapreduce/interface/format.h
@@ -75,7 +75,7 @@ public:
/// @brief Create DSV (TSKV) format.
///
- /// @see [the doc](https://yt.yandex-team.ru/docs/description/storage/formats.html#DSV)
+ /// @see [the doc](https://ytsaurus.tech/docs/en/user-guide/storage/formats.html#dsv)
static TFormat Dsv();
/// @brief Create protobuf format for the message specified in template parameter.
@@ -93,7 +93,7 @@ public:
/// @brief Is the format protobuf?
///
- /// @see [the doc](https://ytsaurus.tech/docs/en/api/c++/protobuf.html)
+ /// @see [the doc](https://ytsaurus.tech/docs/en/api/c/protobuf.html)
bool IsProtobuf() const;
/// @brief Is the format YaMR?