You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by vo...@apache.org on 2020/02/28 08:31:05 UTC

[drill] branch gh-pages updated: Fix Web UI link

This is an automated email from the ASF dual-hosted git repository.

volodymyr pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 16fc44b  Fix Web UI link
16fc44b is described below

commit 16fc44bdb5234eb8bafe996e4024dd9dbd0fa1a9
Author: Dobes Vandermeer <do...@gmail.com>
AuthorDate: Wed Feb 12 14:29:00 2020 -0800

    Fix Web UI link
---
 _docs/developer-information/rest-api/010-rest-api-introduction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_docs/developer-information/rest-api/010-rest-api-introduction.md b/_docs/developer-information/rest-api/010-rest-api-introduction.md
index 2d4a59c..ecac1ad 100644
--- a/_docs/developer-information/rest-api/010-rest-api-introduction.md
+++ b/_docs/developer-information/rest-api/010-rest-api-introduction.md
@@ -4,7 +4,7 @@ date: 2019-04-19
 parent: "REST API"
 ---
 
-The Drill REST API provides programmatic access to Drill through the [Web UI]({{site.baseurl}}/docs/starting-the-web-console/). Using HTTP requests, you can run queries, perform storage plugin tasks, such as creating a storage plugin, obtain profiles of queries, and get current memory metrics. 
+The Drill REST API provides programmatic access to Drill through the [Web UI]({{site.baseurl}}/docs/starting-the-web-ui/). Using HTTP requests, you can run queries, perform storage plugin tasks, such as creating a storage plugin, obtain profiles of queries, and get current memory metrics. 
 
 AN HTTP request uses the familiar Web UI URI: