diff options
author | PatriotRossii <patriotrossii2019@mail.ru> | 2022-07-18 09:11:13 +0000 |
---|---|---|
committer | dcherednik <dcherednik@ydb.tech> | 2022-07-18 12:11:13 +0300 |
commit | 44367e3ff74d3b9104ce9c6c2483c13e920e1a0f (patch) | |
tree | c0e9bfef1a956cfcf93035f17373caf74693214f | |
parent | 36fbc4654ad83724e3425d9da1b0b3b05229e3e1 (diff) | |
download | ydb-44367e3ff74d3b9104ce9c6c2483c13e920e1a0f.tar.gz |
Remove link to wiki.yandex-team.ru
Pull Request resolved: 86
-rw-r--r-- | library/cpp/monlib/dynamic_counters/page.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/monlib/dynamic_counters/page.cpp b/library/cpp/monlib/dynamic_counters/page.cpp index b116adfdef..f80cc5ea04 100644 --- a/library/cpp/monlib/dynamic_counters/page.cpp +++ b/library/cpp/monlib/dynamic_counters/page.cpp @@ -120,7 +120,7 @@ void TDynamicCountersPage::BeforePre(IMonHttpRequest& request) { HTML(out) { DIV() { out << "<a href='" << request.GetPath() << "/json'>Counters as JSON</a>"; - out << " for <a href='https://wiki.yandex-team.ru/solomon/'>Solomon</a>"; + out << " for Solomon"; } H5() { |