浏览代码

[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**