You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2021/10/13 05:43:04 UTC

[incubator-sedona] branch master updated: [DOCS] Fix the dead links in the docs

This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new df2a1c2  [DOCS] Fix the dead links in the docs
df2a1c2 is described below

commit df2a1c2b8d5a11979839825a659651e7244957c9
Author: Jia Yu <ji...@apache.org>
AuthorDate: Tue Oct 12 22:42:54 2021 -0700

    [DOCS] Fix the dead links in the docs
---
 docs/download/install-python.md | 2 +-
 docs/download/install-r.md      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/download/install-python.md b/docs/download/install-python.md
index 1e36b8e..c0e654e 100644
--- a/docs/download/install-python.md
+++ b/docs/download/install-python.md
@@ -40,7 +40,7 @@ You can get it using one of the following methods:
 1. Compile from the source within main project directory and copy it (in `python-adapter/target` folder) to SPARK_HOME/jars/ folder ([more details](/download/compile/#compile-scala-and-java-source-code))
 
 2. Download from [GitHub release](https://github.com/apache/incubator-sedona/releases) and copy it to SPARK_HOME/jars/ folder
-3. Call the [Maven Central coordinate](../maven-coordiantes) in your python program. For example, in PySparkSQL
+3. Call the [Maven Central coordinate](../maven-coordinates) in your python program. For example, in PySparkSQL
 ```python
 spark = SparkSession. \
     builder. \
diff --git a/docs/download/install-r.md b/docs/download/install-r.md
index 94cbf11..b8229c1 100644
--- a/docs/download/install-r.md
+++ b/docs/download/install-r.md
@@ -1,6 +1,6 @@
 ## Introduction
 
-[apache.sedona](https://github.com/r-spark/apache.sedona) is a
+apache.sedona ([cran.r-project.org/package=apache.sedona](https://cran.r-project.org/package=apache.sedona)) is a
 [sparklyr](https://github.com/sparklyr/sparklyr)-based R interface for
 [Apache Sedona](https://sedona.apache.org). It presents what Apache
 Sedona has to offer through idiomatic frameworks and constructs in R