-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
main
here
Location of the documentation
https://github.com/pandas-dev/pandas/blob/main/web/pandas/about/index.md
Documentation problem
I discovered that the URL pointing to "all of our contributors" on line 9 in the pandas/web/pandas/about/index.md
file is invalid, and I would like to address this issue. This problem might be due to an incomplete URL. It works fine when accessed from https://pandas.pydata.org/about/, but it causes problems when clicked from the source code on GitHub.
Current state:
Thank you to all of our contributors.
(Due to the original URL leading to different pages when navigating from the issue interface and the source code interface, I have modified the URL to direct to the page for source code navigation instead.)
What I propose:
Thank you to all of our contributors.
If you agree with my suggestion, I will submit a PR myself.
Suggested fix for documentation
Removed the invalid URL, replaced it with a new URL.