Browse Source

HUE-8888 [docs] Fix several broken links

Romain 6 years ago
parent
commit
d4666d2631

+ 1 - 1
README.md

@@ -45,7 +45,7 @@ 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`.
 
-Read more in the [installation documentation](http://cloudera.github.io/hue/latest/administrator/installation/).
+Read more in the [installation documentation](https://docs.gethue.com/administrator/installation/).
 
 
 Docker

+ 1 - 1
desktop/conf.dist/hue.ini

@@ -892,7 +892,7 @@
   # One entry for each type of snippet.
   [[interpreters]]
     # Define the name and how to connect and execute the language.
-    # http://cloudera.github.io/hue/latest/administrator/configuration/editor/
+    # https://docs.gethue.com/administrator/configuration/editor/
 
     # [[[mysql]]]
     #   name = MySQL

+ 1 - 1
desktop/conf/pseudo-distributed.ini.tmpl

@@ -876,7 +876,7 @@
   # One entry for each type of snippet.
   [[interpreters]]
     # Define the name and how to connect and execute the language.
-    # http://cloudera.github.io/hue/latest/administrator/configuration/editor/
+    # https://docs.gethue.com/administrator/configuration/editor/
 
     # [[[mysql]]]
     #   name = MySQL

+ 1 - 1
docs/designs/ci-cd.md

@@ -21,7 +21,7 @@ The docker images could be forked for QA and comes with a series of flags.
 
 ### Documentation
 
-By updating the makefile to build the new [Website](/docs/docs-site). Would need to install Hugo and [build it](http://cloudera.github.io/hue/latest/developer/development/#documentation).
+By updating the makefile to build the new [Website](/docs/docs-site). Would need to install Hugo and [build it](https://docs.gethue.com/developer/development/#documentation).
 
 Step 2 would be to setup so that the documentation would get published automatically.
 

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

@@ -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 [administrator](/administrator/configuration/editor/)
 
 ### Apache Hive
 ### Apache Impala

+ 1 - 1
docs/sdk/sdk.md

@@ -949,7 +949,7 @@ namespace. See ``apps/about/src/about/urls.py`` for an example.
 
 ### Dependencies
 
-* The OS specific dependencies listed [here](http://cloudera.github.io/hue/latest/admin-manual/manual.html)
+* The OS specific dependencies listed [here](https://docs.gethue.com/admin-manual/manual.html)
 * Python 2.7
 * Django (1.11 included with our distribution)
 * Hadoop (Apache Hadoop 2+)

+ 1 - 1
tools/docker/hue/README.md

@@ -105,7 +105,7 @@ If you want to be able to query a database out of the box, update the connector
   # One entry for each type of snippet.
   [[interpreters]]
     # Define the name and how to connect and execute the language.
-    # http://cloudera.github.io/hue/latest/administrator/configuration/editor/
+    # https://docs.gethue.com/administrator/configuration/editor/
 
     [[[mysql]]]
       name = MySQL

+ 1 - 1
tools/docker/hue/conf/hue-overrides.ini

@@ -56,7 +56,7 @@
   # One entry for each type of snippet.
   # [[interpreters]]
     # Define the name and how to connect and execute the language.
-    # http://cloudera.github.io/hue/latest/administrator/configuration/editor/
+    # https://docs.gethue.com/administrator/configuration/editor/
 
     # Example for Docker compose
     # [[[mysql]]]