summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xydb/docs/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/docs/build.sh b/ydb/docs/build.sh
index c47c0eb8e6b..12bcab22dc5 100755
--- a/ydb/docs/build.sh
+++ b/ydb/docs/build.sh
@@ -6,7 +6,7 @@ echo Checking YFM installed...
yfm --version
if [[ $? -ge 1 ]]; then
echo
- echo "You need to have YFM builder (https://ydocs.tech/en/tools/docs/) installed to run this script, exiting"
+ echo "You need to have YFM builder (https://diplodoc.com/docs/en/tools/docs/) installed to run this script, exiting"
exit
fi