http_interface.md -> http.md

This commit is contained in:
Ivan Blinkov 2018-11-27 11:13:03 +03:00
parent e637942a33
commit 8e2ec872f6
9 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'