Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ License
-------

Astropy is licensed under a `three-clause BSD
license <https://opensource.org/licenses/BSD-3-Clause>`__. For
license <https://opensource.org/license/BSD-3-Clause>`__. For
details, see the
`LICENSE.rst <https://github.com/astropy/astropy/blob/main/LICENSE.rst>`__
file in the astropy repository.
Expand All @@ -77,13 +77,13 @@ Fiscal Sponsor
--------------

Astropy is a Sponsored Project of
`NumFOCUS <https://www.numfocus.org/>`__, a 501(c)(3) nonprofit
`NumFOCUS <https://numfocus.org/>`__, a 501(c)(3) nonprofit
charity in the United States.
`NumFOCUS <https://www.numfocus.org/>`__ provides Astropy with
`NumFOCUS <https://numfocus.org/>`__ provides Astropy with
fiscal, legal, and administrative support to help ensure the
health and sustainability of the project. Visit
`numfocus.org <https://www.numfocus.org/>`__ for more information.
`numfocus.org <https://numfocus.org/>`__ for more information.

.. image:: _static/img/Numfocus_stamp.png
:width: 299px
:target: https://www.numfocus.org
:target: https://numfocus.org
2 changes: 1 addition & 1 deletion announcements/release-5.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ New and improved major functionality in this release includes:
In addition, hundreds of smaller improvements and fixes have been made.
An overview of the changes is provided at:

     `https://docs.astropy.org/en/stable/whatsnew/5.1.html <https://docs.astropy.org/en/v5.1/whatsnew/5.1.html>`__
     `https://docs.astropy.org/en/stable/whatsnew/5.1.html <https://web.archive.org/web/20220617141908/https://docs.astropy.org/en/stable/whatsnew/5.1.html>`__

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I saw similar breakage over at astropy linkcheck for some old versions (3.1, 4.1, 5.1, something like that), so I did a similar update to RTD redirects for astropy. If you all notice anything else fishy with the redirects, please let me know. 🤞


Instructions for installing astropy are provided on our
`website <https://www.astropy.org>`__, and extensive documentation can be
Expand Down
2 changes: 1 addition & 1 deletion contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Reporting Issues
If you have found a bug in Astropy please report it.
The preferred way is to create a new issue on the Astropy `GitHub issue page <https://github.com/astropy/astropy/issues>`__; that requires `creating a free account <https://github.com>`__ on GitHub if you do not have one.

If you prefer not to create a GitHub account, please report the issue to either the `astropy mailing list <https://mail.python.org/mailman/listinfo/astropy>`__, the `astropy-dev mailing list <https://groups.google.com/group/astropy-dev>`__ or sending a private email to the astropy core developers at feedback@astropy.org
If you prefer not to create a GitHub account, please report the issue to either the `astropy mailing list <https://mail.python.org/mailman3/lists/astropy.python.org/>`__, the `astropy-dev mailing list <https://groups.google.com/g/astropy-dev>`__ or sending a private email to the astropy core developers at feedback@astropy.org

Please include an example that demonstrates the issue that will allow the developers to reproduce and fix the problem.
You may be asked to also provide information about your operating system and a full Python stack trace; the Astropy developers will walk you through obtaining a stack trace if it is necessary.
Expand Down
Loading