ソースを参照

[docs] Fix Apache Livy dead link (#2804)

Harsh Gupta 3 年 前
コミット
f0fe40d076
1 ファイル変更2 行追加2 行削除
  1. 2 2
      docs/docs-site/content/user/querying/_index.md

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

@@ -670,7 +670,7 @@ All the spark-submit, spark-shell, pyspark, sparkR properties of jobs & shells c
 
 ### Spark
 
-Hue relies on [Livy](http://livy.io/) for the interactive Scala, Python, SparkSQL and R snippets.
+Hue relies on [Livy](https://livy.incubator.apache.org/) for the interactive Scala, Python, SparkSQL and R snippets.
 
 Livy is an open source REST interface for interacting with Apache Spark from anywhere. It got initially developed in the Hue project but got a lot of traction and was moved to its own project on livy.io.
 
@@ -678,7 +678,7 @@ Make sure that the Notebook and interpreters [configured](/administrator/configu
 
 #### Livy
 
-Starting the Livy REST server is detailed on livy.io the [get started](http://livy.incubator.apache.org/get-started/).
+Starting the Livy REST server is detailed on the [get started](http://livy.incubator.apache.org/get-started/) page.
 
 **Executing some Spark**