diff options
author | Victor Smirnov <53015676+vityaman@users.noreply.github.com> | 2025-02-05 00:11:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-04 21:11:07 +0000 |
commit | 8587d8117d7b1b539a00f9e214a749d1d538691b (patch) | |
tree | f2b513a5dc757c81c5c53c2712c156b65c7dbfdf | |
parent | f6e8a7446933528fca0a51a7502cbc08e19f0ea4 (diff) | |
download | ydb-8587d8117d7b1b539a00f9e214a749d1d538691b.tar.gz |
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
-rw-r--r-- | ydb/docs/en/core/yql/reference/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/docs/en/core/yql/reference/index.md b/ydb/docs/en/core/yql/reference/index.md index 10a22f8a12..5ed97863fc 100644 --- a/ydb/docs/en/core/yql/reference/index.md +++ b/ydb/docs/en/core/yql/reference/index.md @@ -12,7 +12,7 @@ This documentation section contains the YQL reference that includes the sections: - [Data types](types/index.md) with a description of data types used in YQL -- [Syntax]syntax/index.md) with a full list of YQL commands +- [Syntax](syntax/index.md) with a full list of YQL commands - [Built-in functions](builtins/index.md) with a description of the available built-in functions You can also take a tutorial to get familiar with the basic YQL commands, in the [YQL tutorial](../../dev/yql-tutorial/index.md) section. |