aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Blinkov <ivan@ydb.tech>2023-10-27 13:23:10 +0700
committerGitHub <noreply@github.com>2023-10-27 13:23:10 +0700
commit79c4e480a8e7f9cb0cc3b4540b28f0e1bf9adf2b (patch)
tree29a8901290255afb87a309d2d306bb0cc3d24952
parenta9612d30a643a394d14807bc73b6b1afcd8fd32b (diff)
downloadydb-docs-yfm-link.tar.gz
[docs] update YFM install link in build.shdocs-yfm-link
-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 c47c0eb8e6..12bcab22dc 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