diff --git a/docs/en/interfaces/http_interface.md b/docs/en/interfaces/http.md similarity index 100% rename from docs/en/interfaces/http_interface.md rename to docs/en/interfaces/http.md diff --git a/docs/fa/interfaces/http_interface.md b/docs/fa/interfaces/http.md similarity index 100% rename from docs/fa/interfaces/http_interface.md rename to docs/fa/interfaces/http.md diff --git a/docs/redirects.txt b/docs/redirects.txt index d21acde9eea..be807dd547d 100644 --- a/docs/redirects.txt +++ b/docs/redirects.txt @@ -118,3 +118,4 @@ query_language/queries.md query_language.md introduction/possible_silly_questions.md faq/general.md interfaces/third-party_client_libraries.md interfaces/third-party/client_libraries.md interfaces/third-party_gui.md interfaces/third-party/gui.md +interfaces/http_interface.md interfaces/http.md diff --git a/docs/ru/interfaces/http_interface.md b/docs/ru/interfaces/http.md similarity index 100% rename from docs/ru/interfaces/http_interface.md rename to docs/ru/interfaces/http.md diff --git a/docs/toc_en.yml b/docs/toc_en.yml index e99f79bd6ee..1c3f444890b 100644 --- a/docs/toc_en.yml +++ b/docs/toc_en.yml @@ -21,7 +21,7 @@ nav: - 'Introduction': 'interfaces/index.md' - 'Command-line client': 'interfaces/cli.md' - 'Native interface (TCP)': 'interfaces/tcp.md' - - 'HTTP interface': 'interfaces/http_interface.md' + - 'HTTP interface': 'interfaces/http.md' - 'Input and output formats': 'interfaces/formats.md' - 'JDBC driver': 'interfaces/jdbc.md' - 'ODBC driver': 'interfaces/odbc.md' diff --git a/docs/toc_fa.yml b/docs/toc_fa.yml index 00cb1f8fa9e..d330e84ca5d 100644 --- a/docs/toc_fa.yml +++ b/docs/toc_fa.yml @@ -21,7 +21,7 @@ nav: - 'Interface ها': 'interfaces/index.md' - ' کلاینت Command-line': 'interfaces/cli.md' - 'Native interface (TCP)': 'interfaces/tcp.md' - - 'HTTP interface': 'interfaces/http_interface.md' + - 'HTTP interface': 'interfaces/http.md' - ' فرمت های Input و Output': 'interfaces/formats.md' - ' درایور JDBC': 'interfaces/jdbc.md' - ' درایور ODBC': 'interfaces/odbc.md' diff --git a/docs/toc_ru.yml b/docs/toc_ru.yml index 3e0eb4583ae..86c5e0a5883 100644 --- a/docs/toc_ru.yml +++ b/docs/toc_ru.yml @@ -21,7 +21,7 @@ nav: - 'Введение': 'interfaces/index.md' - 'Клиент командной строки': 'interfaces/cli.md' - 'Нативный интерфейс (TCP)': 'interfaces/tcp.md' - - 'HTTP-интерфейс': 'interfaces/http_interface.md' + - 'HTTP-интерфейс': 'interfaces/http.md' - 'Форматы входных и выходных данных': 'interfaces/formats.md' - 'JDBC-драйвер': 'interfaces/jdbc.md' - 'ODBC-драйвер': 'interfaces/odbc.md' diff --git a/docs/toc_zh.yml b/docs/toc_zh.yml index 651a0ca3a68..ac1a8d5bcd1 100644 --- a/docs/toc_zh.yml +++ b/docs/toc_zh.yml @@ -21,7 +21,7 @@ nav: - '介绍': 'interfaces/index.md' - '命令行客户端接口': 'interfaces/cli.md' - '原生客户端接口 (TCP)': 'interfaces/tcp.md' - - 'HTTP 客户端接口': 'interfaces/http_interface.md' + - 'HTTP 客户端接口': 'interfaces/http.md' - '输入输出格式': 'interfaces/formats.md' - 'JDBC 驱动': 'interfaces/jdbc.md' - 'ODBC 驱动': 'interfaces/odbc.md' diff --git a/docs/zh/interfaces/http_interface.md b/docs/zh/interfaces/http.md similarity index 100% rename from docs/zh/interfaces/http_interface.md rename to docs/zh/interfaces/http.md