You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2018/09/28 21:07:07 UTC

[drill] branch gh-pages updated: DRILL-6761: Updated table of contents on the REST-API page

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

bridgetb 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 6627a90  DRILL-6761: Updated table of contents on the REST-API page
6627a90 is described below

commit 6627a9049d8f6dd3302e7a2c01998edc32cdcbd5
Author: Denys Ordynskiy <de...@gmail.com>
AuthorDate: Tue Sep 25 13:17:20 2018 +0300

    DRILL-6761: Updated table of contents on the REST-API page
---
 .../rest-api/010-rest-api-introduction.md                      | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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 7b0f90f..7db18ad 100644
--- a/_docs/developer-information/rest-api/010-rest-api-introduction.md
+++ b/_docs/developer-information/rest-api/010-rest-api-introduction.md
@@ -18,17 +18,17 @@ Several examples in the document use the donuts.json file. To download this file
 
 This documentation presents HTTP methods in the same order as functions appear in the Web Console:
 
-[**Query**]({{site.baseurl}}/docs/rest-api/#query)
+[**Query**]({{site.baseurl}}/docs/rest-api-introduction/#query)
 
 Submit a query and return results.
 
-[**Profiles**](({{site.baseurl}}/docs/rest-api/#profiles))
+[**Profiles**]({{site.baseurl}}/docs/rest-api-introduction/#profiles)
 
 * Get the profiles of running and completed queries.  
 * Get the profile of the query that has the given queryid.  
 * Cancel the query that has the given queryid.  
 
-[**Storage**]({{site.baseurl}}/docs/rest-api/#storage)
+[**Storage**]({{site.baseurl}}/docs/rest-api-introduction/#storage)
 
 * Get the list of storage plugin names and configurations.  
 * Get the definition of the named storage plugin.  
@@ -38,11 +38,11 @@ Submit a query and return results.
 * Get Drillbit information, such as ports numbers.  
 * Get the current memory metrics.  
 
-[**Threads**](({{site.baseurl}}/docs/rest-api/#threads))
+[**Threads**]({{site.baseurl}}/docs/rest-api-introduction/#threads)
 
 Get the status of threads.  
 
-[**Options**]({{site.baseurl}}/docs/rest-api/#options)
+[**Options**]({{site.baseurl}}/docs/rest-api-introduction/#options)
 
 List information about system/session options.