ソースを参照

HUE-8756 [doc] Fix a series of broken links

Romain Rigaux 6 年 前
コミット
55b06f3542

+ 2 - 2
README.md

@@ -33,9 +33,9 @@ cd hue
 make apps
 build/env/bin/hue runserver
 ```
-Now Hue should be running on [http://localhost:8000](http://localhost:8000) ! The configuration in development mode is [desktop/conf/pseudo-distributed.ini](desktop/conf/pseudo-distributed.ini).
+Now Hue should be running on [http://localhost:8000](http://localhost:8000) ! The configuration in development mode is `desktop/conf/pseudo-distributed.ini`.
 
-Read more in the [installation documentation](http://cloudera.github.io/hue/latest/admin-manual/manual.html#installation).
+Read more in the [installation documentation](http://cloudera.github.io/hue/latest/administrator/installation/).
 
 
 Docker

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

@@ -26,7 +26,7 @@ under the `[[[default]]]` sub-section.
 
 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-guide/user-guide.html#s3).
+Read more about it in the [S3 User Documentation](/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)
 
@@ -63,7 +63,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-guide/user-guide.html#adls).
+Read more about it in the [ADLS User Documentation](/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:
@@ -138,4 +138,3 @@ specify:
 
     hbase_clusters:
       Comma-separated list of HBase Thrift servers for clusters in the format of "(name|host:port)".
-

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

@@ -8,4 +8,4 @@ weight: 2
 The source of truth sits in the main [hue.ini](https://github.com/cloudera/hue/blob/master/desktop/conf.dist/hue.ini).
 It consists in several [ini sections](https://en.wikipedia.org/wiki/INI_file#Sections). Lines needs to be uncommented to be active.
 
-Hue is using Hadoop `impersonation` to be able to communicate properly with certain services. This is described in the following [Service Configuration]("#services-pre-configurations).
+Hue is using Hadoop `impersonation` to be able to communicate properly with certain services. This is described in the following [Service Configuration](../configuration/external/).

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

@@ -26,7 +26,7 @@ under the `[[[default]]]` sub-section.
 
 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-guide/user-guide.html#s3).
+Read more about it in the [S3 User Documentation](/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)
 
@@ -63,7 +63,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-guide/user-guide.html#adls).
+Read more about it in the [ADLS User Documentation](/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:
@@ -138,4 +138,3 @@ specify:
 
     hbase_clusters:
       Comma-separated list of HBase Thrift servers for clusters in the format of "(name|host:port)".
-

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

@@ -52,7 +52,7 @@ software components.
 ## Feedback
 
 Your feedback is welcome. The best way to send feedback is to join the
-https://groups.google.com/a/cloudera.org/group/hue-user[mailing list], and
+[mailing list](https://groups.google.com/a/cloudera.org/group/hue-user), and
 send e-mail, to mailto:hue-user@cloudera.org[hue-user@cloudera.org].
 
 ## Reporting Bugs

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

@@ -153,7 +153,7 @@ Hue can be setup to read and write to a configured S3 account, and users get aut
 
 [Read more about it](http://gethue.com/introducing-s3-support-in-hue/).
 
-** Create Hive Tables Directly From S3**
+**Create Hive Tables Directly From S3**
 Hue's Metastore Import Data Wizard can create external Hive tables directly from data directories in S3. This allows S3 data to be queried via SQL from Hive or Impala, without moving or copying the data into HDFS or the Hive Warehouse.
 
 To create an external Hive table from S3, navigate to the Metastore app, select the desired database and then click the “Create a new table from a file” icon in the upper right.
@@ -167,9 +167,9 @@ Choose your input files' delimiter and column definition options and finally cli
 Now that we have created external Hive tables created from our S3 data, we can jump into either the Hive or Impala editor and start querying the data directly from S3 seamlessly. These queries can join tables and objects that are backed either by S3, HDFS, or both. Query results can then easily be saved back to S3.
 
 
-** S3 Configuration **
+**S3 Configuration**
 
-[Hue S3 Documentation](../admin-manual/manual.html#s3).
+[Hue S3 Documentation](/administrator/connectors/files/#s3).
 
 
 #### ADLS
@@ -178,19 +178,19 @@ Learn more about it on the [ADLS integration post](http://gethue.com/browsing-ad
 
  Users gets autocomplete capabilities and more:
 
-** Exploring ADLS in Hue's file browser **
+**Exploring ADLS in Hue's file browser**
 Once Hue is successfully configured to connect to ADLS, we can view all accessible folders within the account by clicking on the ADLS root. From here, we can view the existing keys (both directories and files) and create, rename, move, copy, or delete existing directories and files. Additionally, we can directly upload files to ADLS.
 
-** Create Hive Tables Directly From ADLS **
+**Create Hive Tables Directly From ADLS**
 Hue's table browser import wizard can create external Hive tables directly from files in ADLS. This allows ADLS data to be queried via SQL from Hive or Impala, without moving or copying the data into HDFS or the Hive Warehouse. To create an external Hive table from ADLS, navigate to the table browser, select the desired database and then click the plus icon in the upper right. Select a file using the file picker and browse to a file on ADLS.
 
-** Save Query Results to ADLS **
+**Save Query Results to ADLS**
 Now that we have created external Hive tables created from our ADLS data, we can jump into either the Hive or Impala editor and start querying the data directly from ADLS seamlessly. These queries can join tables and objects that are backed either by ADLS, HDFS, or both. Query results can then easily be saved back to ADLS.
 
 
-** ADLS Configuration **
+**ADLS Configuration**
 
-[Hue ADLS Documentation](../admin-manual/manual.html#adls).
+[Hue ADLS Documentation](/administrator/connectors/files/#adls).
 
 <a id="fileAndDirectories"></a>
 ### Files and Directories