This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new b6a1375b5f MINOR: [Python] Clean up unused link references in README
(#48249)
b6a1375b5f is described below
commit b6a1375b5f7b83172e18e8364ccd82e7de2e6478
Author: Julien Stephan <[email protected]>
AuthorDate: Tue Nov 25 14:47:41 2025 +0100
MINOR: [Python] Clean up unused link references in README (#48249)
### Rationale for this change
The link to the python development documentation in python/README.md is
broken: https://arrow.apache.org/docs/developers/python.html
### What changes are included in this PR?
This PR fix the link to point to the new location:
https://arrow.apache.org/docs/developers/python/index.html
Also removes unused links
### Are these changes tested?
Yes, link is now functional
### Are there any user-facing changes?
No
Authored-by: Julien Stephan <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
python/README.md | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/python/README.md b/python/README.md
index 6bbdc82c84..075be6e2e6 100644
--- a/python/README.md
+++ b/python/README.md
@@ -42,7 +42,7 @@ pip install pyarrow
```
If you encounter any issues importing the pip wheels on Windows, you may need
-to install the latest [Visual C++ Redistributable for Visual Studio][6].
+to install the latest [Visual C++ Redistributable for Visual Studio][3].
## Development
@@ -53,7 +53,5 @@ See [Python Development][2] in the documentation subproject.
See [documentation build instructions][1] in the documentation subproject.
[1]:
https://github.com/apache/arrow/blob/main/docs/source/developers/documentation.rst
-[2]: https://arrow.apache.org/docs/developers/python.html
-[3]: https://github.com/pandas-dev/pandas
-[5]: https://arrow.apache.org/docs/latest/python/benchmarks.html
-[6]:
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version
+[2]: https://arrow.apache.org/docs/developers/python/index.html
+[3]:
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version