From 5dee1a0860970ee5941b76d9e7b8421f2bf3f643 Mon Sep 17 00:00:00 2001 From: amunra Date: Mon, 25 Apr 2022 11:46:37 +0100 Subject: [PATCH] docs: Updated URLs to Web Console docs. (#2049) --- README.md | 2 +- i18n/README.ar-dz.md | 2 +- i18n/README.zh-cn.md | 2 +- ui/src/scenes/Editor/Menu/index.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e7dd3b5a..69d2196c6 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ methods. You can interact with QuestDB using the following interfaces: -- [Web Console](https://questdb.io/docs/reference/web-console/) listening on +- [Web Console](https://questdb.io/docs/develop/web-console/) listening on port `9000` - [REST API](https://questdb.io/docs/reference/api/rest/) on port `9000` - [PostgreSQL](https://questdb.io/docs/reference/api/postgres/) wire protocol on diff --git a/i18n/README.ar-dz.md b/i18n/README.ar-dz.md index 39dcf2bb6..f52d4e544 100644 --- a/i18n/README.ar-dz.md +++ b/i18n/README.ar-dz.md @@ -81,7 +81,7 @@ brew services start questdb يمكنك التفاعل مع QuestDB باستخدام الواجهات التالية: -- وحدة تحكم الويب +- وحدة تحكم الويب الاستماع على المنفذ `9000` - REST API في المنفذ `9000` diff --git a/i18n/README.zh-cn.md b/i18n/README.zh-cn.md index 1dd402ce7..24dc6a6e9 100644 --- a/i18n/README.zh-cn.md +++ b/i18n/README.zh-cn.md @@ -83,7 +83,7 @@ brew services start questdb 你可以使用以下接口与 QuestDB 进行交互。 -- [web 控制台](https://questdb.io/docs/reference/web-console/) 监听在端口 `9000` +- [web 控制台](https://questdb.io/docs/develop/web-console/) 监听在端口 `9000` - [REST API](https://questdb.io/docs/reference/api/rest/) 监听在端口 `9000` - [PostgreSQL](https://questdb.io/docs/reference/api/postgres/) 监听在端口 `8812`, 支持 wire 协议, diff --git a/ui/src/scenes/Editor/Menu/index.tsx b/ui/src/scenes/Editor/Menu/index.tsx index e8fdf6cc6..c612dd0b8 100644 --- a/ui/src/scenes/Editor/Menu/index.tsx +++ b/ui/src/scenes/Editor/Menu/index.tsx @@ -280,7 +280,7 @@ const Menu = () => { /> } tooltipText="Go to Web Console help" /> -- GitLab