Commit eaaf783
committed
[MINOR][DOCS] Fix the Binder link to point the quickstart notebook correctly
### What changes were proposed in this pull request?
This PR fixes the link of Binder in Quickstart notebook and documentation.
From:
https://mybinder.org/v2/gh/databricks/apache/master?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart.ipynb
To:
https://mybinder.org/v2/gh/apache/spark/master?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart.ipynb
This link is the same as the one in RST files:
https://github.com/apache/spark/blob/b54103016a01d77f074295db82f96087f45cef4f/python/docs/source/conf.py#L57
### Why are the changes needed?
The link was wrong, and points out non-existent file and repo.
### Does this PR introduce _any_ user-facing change?
Yes, it will fixes the link so users can correctly try Binder.
### How was this patch tested?
Manually tested by building the documentation.
Closes #29597 from HyukjinKwon/minor-link-quickstart.
Authored-by: HyukjinKwon <gurwls223@apache.org>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>1 parent 2491cf1 commit eaaf783
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments