This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new de51f25 [SPARK-34398][DOCS] Fix PySpark migration link
de51f25 is described below
commit de51f25c02894941029ea6e5a029e909465b658a
Author: raphaelauv <[email protected]>
AuthorDate: Mon Feb 8 09:12:15 2021 +0900
[SPARK-34398][DOCS] Fix PySpark migration link
### What changes were proposed in this pull request?
docs/pyspark-migration-guide.md
### Why are the changes needed?
broken link
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Manually build and check
Closes #31514 from raphaelauv/patch-2.
Authored-by: raphaelauv <[email protected]>
Signed-off-by: HyukjinKwon <[email protected]>
(cherry picked from commit 34a1a65b398c4469eb97cd458ee172dc76b7ef56)
Signed-off-by: HyukjinKwon <[email protected]>
---
docs/pyspark-migration-guide.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/pyspark-migration-guide.md b/docs/pyspark-migration-guide.md
index e117ed1..5a1ca9b 100644
--- a/docs/pyspark-migration-guide.md
+++ b/docs/pyspark-migration-guide.md
@@ -19,4 +19,4 @@ license: |
limitations under the License.
---
-The migration guide is now archived on [this
page](https://spark.apache.org/docs/latest/api/python/migration_guide/index.html).
\ No newline at end of file
+The migration guide is now archived on [this
page](api/python/migration_guide/index.html).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]