pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
43.83k stars 18k forks source link

DOC: Update URL in web/pandas/about/index.md #60361

Closed setbit123 closed 2 days ago

setbit123 commented 2 days ago

Pandas version checks

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.

setbit123 commented 2 days ago

If you have better modification suggestions, please let me know, and I will adjust the content for my upcoming PR.

rhshadrach commented 2 days ago

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.

setbit123 commented 2 days ago

Thank you for your response. I will close the issue and make no changes.