aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ydb/docs/en/core/reference/ydb-cli/_includes/commands.md2
-rw-r--r--ydb/docs/en/core/reference/ydb-cli/table-ttl-reset.md (renamed from ydb/docs/en/core/reference/ydb-cli/table-ttl-drop.md)0
-rw-r--r--ydb/docs/en/core/reference/ydb-cli/toc_i.yaml2
-rw-r--r--ydb/docs/redirects.yaml3
-rw-r--r--ydb/docs/ru/core/reference/ydb-cli/_includes/commands.md2
-rw-r--r--ydb/docs/ru/core/reference/ydb-cli/table-ttl-reset.md (renamed from ydb/docs/ru/core/reference/ydb-cli/table-ttl-drop.md)0
-rw-r--r--ydb/docs/ru/core/reference/ydb-cli/toc_i.yaml2
7 files changed, 7 insertions, 4 deletions
diff --git a/ydb/docs/en/core/reference/ydb-cli/_includes/commands.md b/ydb/docs/en/core/reference/ydb-cli/_includes/commands.md
index 41a01c8b1a..e8f347cdb5 100644
--- a/ydb/docs/en/core/reference/ydb-cli/_includes/commands.md
+++ b/ydb/docs/en/core/reference/ydb-cli/_includes/commands.md
@@ -61,7 +61,7 @@ Any command can be run from the command line with the `--help` option to get hel
| [table query explain](../commands/explain-plan.md) | YQL query execution plan |
| [table readtable](../commands/readtable.md) | Streaming table reads |
| [table ttl set](../table-ttl-set.md) | Setting TTL parameters |
-| [table ttl reset](../table-ttl-drop.md) | Resetting TTL parameters |
+| [table ttl reset](../table-ttl-reset.md) | Resetting TTL parameters |
| [tools copy](../tools-copy.md) | Copying tables |
| [tools dump](../export_import/tools_dump.md) | Dumping a directory or table to the file system |
| [tools rename](../commands/tools/rename.md) | Renaming tables |
diff --git a/ydb/docs/en/core/reference/ydb-cli/table-ttl-drop.md b/ydb/docs/en/core/reference/ydb-cli/table-ttl-reset.md
index ddd28ffc2c..ddd28ffc2c 100644
--- a/ydb/docs/en/core/reference/ydb-cli/table-ttl-drop.md
+++ b/ydb/docs/en/core/reference/ydb-cli/table-ttl-reset.md
diff --git a/ydb/docs/en/core/reference/ydb-cli/toc_i.yaml b/ydb/docs/en/core/reference/ydb-cli/toc_i.yaml
index 23c79e4042..b859317499 100644
--- a/ydb/docs/en/core/reference/ydb-cli/toc_i.yaml
+++ b/ydb/docs/en/core/reference/ydb-cli/toc_i.yaml
@@ -32,7 +32,7 @@ items:
- name: Setting TTL parameters
href: table-ttl-set.md
- name: Deleting TTL parameters
- href: table-ttl-drop.md
+ href: table-ttl-reset.md
- name: Deleting a table
href: table-drop.md
- name: Operations with data
diff --git a/ydb/docs/redirects.yaml b/ydb/docs/redirects.yaml
new file mode 100644
index 0000000000..213be7214e
--- /dev/null
+++ b/ydb/docs/redirects.yaml
@@ -0,0 +1,3 @@
+common:
+ - from: /reference/ydb-cli/table-ttl-drop.md
+ to: /reference/ydb-cli/table-ttl-reset.md
diff --git a/ydb/docs/ru/core/reference/ydb-cli/_includes/commands.md b/ydb/docs/ru/core/reference/ydb-cli/_includes/commands.md
index 5a1dcd5213..c3e4d1157e 100644
--- a/ydb/docs/ru/core/reference/ydb-cli/_includes/commands.md
+++ b/ydb/docs/ru/core/reference/ydb-cli/_includes/commands.md
@@ -61,7 +61,7 @@ table attribute drop | Удаление атрибута таблицы
[table query explain](../commands/explain-plan.md) | План исполнения YQL-запроса
[table readtable](../commands/readtable.md) | Потоковое чтение таблицы
[table ttl set](../table-ttl-set.md) | Установка параметров TTL
-[table ttl reset](../table-ttl-drop.md) | Сброс параметров TTL
+[table ttl reset](../table-ttl-reset.md) | Сброс параметров TTL
[tools copy](../tools-copy.md) | Копирование таблиц
[tools dump](../export_import/tools_dump.md) | Выгрузка директории или таблицы в файловую систему
[tools rename](../commands/tools/rename.md) | Переименование таблиц
diff --git a/ydb/docs/ru/core/reference/ydb-cli/table-ttl-drop.md b/ydb/docs/ru/core/reference/ydb-cli/table-ttl-reset.md
index 9df5856009..9df5856009 100644
--- a/ydb/docs/ru/core/reference/ydb-cli/table-ttl-drop.md
+++ b/ydb/docs/ru/core/reference/ydb-cli/table-ttl-reset.md
diff --git a/ydb/docs/ru/core/reference/ydb-cli/toc_i.yaml b/ydb/docs/ru/core/reference/ydb-cli/toc_i.yaml
index 97fbc32154..5e86500c5d 100644
--- a/ydb/docs/ru/core/reference/ydb-cli/toc_i.yaml
+++ b/ydb/docs/ru/core/reference/ydb-cli/toc_i.yaml
@@ -32,7 +32,7 @@ items:
- name: Установка параметров TTL
href: table-ttl-set.md
- name: Удаление параметров TTL
- href: table-ttl-drop.md
+ href: table-ttl-reset.md
- name: Удаление таблицы
href: table-drop.md
- name: Работа с данными