Explorar o código

HUE-8800 [docs] Fixing bunch of internal links

Romain Rigaux %!s(int64=6) %!d(string=hai) anos
pai
achega
05bb363af4

+ 2 - 2
docs/docs-site/content/administrator/configuration/editor/_index.md

@@ -6,7 +6,7 @@ weight: 1
 ---
 
 The goal of the Editor is to open-up data to more users by making self service querying easy and productive.
-It has one of the best SQL autocomplete and many [more features](/user/editor/).
+It has one of the best SQL autocomplete and many [more features]({{% param baseURL %}}administrator/configuration/editor/).
 
 It is available in Editor or Notebook. Dialects can be added to the main `[notebook]` section like this:
 
@@ -710,7 +710,7 @@ Then make sure the `hive` interpreter is present in the `[[interpreters]]` list.
 
 ### Custom
 
-A series of native connectors interacting with the editor have been developed and are listed in the [developer section](/developer/editor/).
+A series of native connectors interacting with the editor have been developed and are listed in the [developer section]({{% param baseURL %}}developer/editor/).
 
 ### JDBC
 

+ 2 - 2
docs/docs-site/content/administrator/configuration/external/_index.md

@@ -7,12 +7,12 @@ weight: 5
 
 ## Data Catalog
 
-In the `[metadata]` section, Hue is supporting Cloudera Navigator and soon Apache Atlas ([HUE-8749](https://issues.cloudera.org/browse/HUE-8749)) in order to enrich the [data catalog](/user/browsers/).
+In the `[metadata]` section, Hue is supporting Cloudera Navigator and soon Apache Atlas ([HUE-8749](https://issues.cloudera.org/browse/HUE-8749)) in order to enrich the [data catalog]({{% param baseURL %}}user/browsers/).
 
 
 ## Query Optimization
 
-In the `[metadata]` section, Hue is supporting Cloudera Navigator Optimiser and soon other services. The goal is to provide recommendation on how to write better queries and get risk alerts on dangerous operations directly within the [editor](/user/editor/).
+In the `[metadata]` section, Hue is supporting Cloudera Navigator Optimiser and soon other services. The goal is to provide recommendation on how to write better queries and get risk alerts on dangerous operations directly within the [editor]({{% param baseURL %}}user/editor/).
 
 ## YARN Cluster
 

+ 2 - 2
docs/docs-site/content/administrator/configuration/files/_index.md

@@ -72,7 +72,7 @@ If the configuration is not present, add it to /etc/hadoop/conf/core-site.xml an
 
 Hue's filebrowser can now allow users to explore, manage, and upload data in an S3 account, in addition to HDFS.
 
-Read more about it in the [S3 User Documentation](/user/browsers#s3).
+Read more about it in the [S3 User Documentation]({{% param baseURL %}}user/browsers#s3).
 
 In order to add an S3 account to Hue, you'll need to configure Hue with valid S3 credentials, including the access key ID and secret access key: [AWSCredentials](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html)
 
@@ -109,7 +109,7 @@ New end points have been added in [HUE-5420](https://issues.cloudera.org/browse/
 
 Hue's file browser can now allow users to explore, manage, and upload data in an ADLS, in addition to HDFS and S3.
 
-Read more about it in the [ADLS User Documentation](/user/browsers#adls).
+Read more about it in the [ADLS User Documentation]({{% param baseURL %}}user/browsers#adls).
 
 In order to add an ADLS account to Hue, you'll need to configure Hue with valid ADLS credentials, including the client ID, client secret and tenant ID.
 These keys can securely stored in a script that outputs the actual access key and secret key to stdout to be read by Hue (this is similar to how Hue reads password scripts). In order to use script files, add the following section to your hue.ini configuration file:

+ 1 - 1
docs/docs-site/content/administrator/configuration/hue/_index.md

@@ -252,7 +252,7 @@ Read more about [Auditing User Administration Operations with Hue and Cloudera N
 
 ## Source Version Control
 
-By default Hue stores the [saved documents](/user/concept/#documents) in its database. This features aims at pointing to any source versioning systems like GitHub, BitBucket... to open and save queries.
+By default Hue stores the [saved documents]({{% param baseURL %}}user/concept/#documents) in its database. This features aims at pointing to any source versioning systems like GitHub, BitBucket... to open and save queries.
 
 **Note** This feature is experiemental and tracked in [HUE-951](https://issues.cloudera.org/browse/HUE-951).
 

+ 1 - 1
docs/docs-site/content/administrator/installation/_index.md

@@ -7,7 +7,7 @@ weight: 1
 
 ## Quick Start
 
-Follow the [Quick Start](https://github.com/cloudera/hue#getting-started) or [Docker](administrator/installation/docker/) guides.
+Follow the [Quick Start](https://github.com/cloudera/hue#getting-started) or [Docker]({{% param baseURL %}}administrator/installation/docker/) guides.
 
 
 ## Installation

+ 2 - 2
docs/docs-site/content/administrator/installation/starting.md

@@ -14,8 +14,8 @@ components. Your Hue installation is now running.
 
 After installation, you can use Hue by navigating to `http://myserver:8888/`.
 
-Next step is to [configure](/configuration/index.html) Hue to point to the external services.
-Then, the [user guide](/user/index.html) will help users go through the various installed applications.
+Next step is to [configure]({{% param baseURL %}}administrator/configuration/) Hue to point to the external services.
+Then, the [user guide]({{% param baseURL %}}user/index.html) will help users go through the various installed applications.
 
 
 **Supported Browsers**

+ 1 - 1
docs/docs-site/content/developer/development/_index.md

@@ -12,7 +12,7 @@ This section goes into greater detail on how to build and reuse the components o
 
 ### Dependencies
 
-* The OS specific install instructions are listed in the [install guide](/administrator/installation/dependencies/)
+* The OS specific install instructions are listed in the [install guide]({{% param baseURL %}}administrator/installation/dependencies/)
 * Python 2.7+ (Python 3 support tracked in [HUE-8737](https://issues.cloudera.org/browse/HUE-8737))
 * Django (1.11 already included in the distribution)
 * Java (Java 1.8) (should go away after [HUE-8740](https://issues.cloudera.org/browse/HUE-8740))

+ 1 - 1
docs/docs-site/content/developer/editor/_index.md

@@ -13,7 +13,7 @@ Connectors are pluggable and can new engines can be supported. Feel free to comm
 
 ## SQL
 
-The [Editor Configuration](/administrator/configuration/editor/) also describes the configuration steps.
+The [Editor Configuration]({{% param baseURL %}}administrator/configuration/editor/) also describes the configuration steps.
 
 Close to 100% of [Hive and Impala grammar](https://github.com/cloudera/hue/blob/master/desktop/core/src/desktop/static/desktop/js/autocomplete/jison) is supported which makes the autocomplete extremly powerful. Other languages defaults to a generic SQL grammar.
 

+ 1 - 1
docs/docs-site/content/user/browsers/_index.md

@@ -13,7 +13,7 @@ The browsers can be "enriched" with [Search and Tagging](http://gethue.com/impro
 
 The Table Browser enables you to manage the databases, tables, and partitions of the metastore shared by the Hive and Impala. You can perform the following operations:
 
--   Search and display metadata like tags and additional description from [Catalog backends](/administrator/configuration/external/).
+-   Search and display metadata like tags and additional description from [Catalog backends]({{% param baseURL %}}administrator/configuration/external/).
 
 -   Databases
     -   Select a database

+ 1 - 1
docs/docs-site/content/user/contrib/_index.md

@@ -10,7 +10,7 @@ are pretty functional and should still fit your needs. Any [contribution](https:
 
 ## SDK
 
-Check the [Developer guide](/developer/index.html) or contact the community about how to build your own custom app.
+Check the [Developer guide]({{% param baseURL %}}developer/index.html) or contact the community about how to build your own custom app.
 
 ## HBase Browser
 

+ 2 - 2
docs/docs-site/content/user/editor/_index.md

@@ -11,7 +11,7 @@ It focuses on SQL but also supports job submissions. It comes with an intelligen
 
 Any editor can be `starred` next to its name so that it becomes the default editor and the landing page when logging in.
 
-Configuration of the connectors is currently done by the [Administrator](/administrator/configuration/editor/).
+Configuration of the connectors is currently done by the [Administrator]({{% param baseURL %}}administrator/configuration/editor/).
 
 ## Concepts
 ### Running Queries
@@ -162,7 +162,7 @@ Turns a list of semi-colon separated queries into an interactive presentation. I
 
 ## SQL Databases
 
-Use the query editor with any database. Those databases need to be configured by the [administratior](/administrator/configuration/editor/)
+Use the query editor with any database. Those databases need to be configured by the [administratior]({{% param baseURL %}}administrator/configuration/editor/)
 
 ### Apache Hive
 ### Apache Impala