Closed setbit123 closed 2 days ago
If you have better modification suggestions, please let me know, and I will adjust the content for my upcoming PR.
Thanks for the report!
It appears all links to pages within the pandas website are relative. This makes it so they do not have to be changed if the website is moved. It also makes it so that previewing a dev build of the website functions appropriately. I do not think this should be changed.
Thank you for your response. I will close the issue and make no changes.
Pandas version checks
main
hereLocation 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.