Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Jul 31, 2024
1 parent 73929d9 commit 0a372f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Spectrum Fundamentals
:target: https://opensource.org/licenses/MIT
:alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/spectrum_fundamentals/latest.svg?label=Read%20the%20Docs
:target: https://spectrum_fundamentals.readthedocs.io/
:alt: Read the documentation at https://spectrum_fundamentals.readthedocs.io/
:target: https://spectrum-fundamentals.readthedocs.io/
:alt: Read the documentation at https://spectrum-fundamentals.readthedocs.io/
.. |Build| image:: https://github.com/wilhelm-lab/spectrum_fundamentals/workflows/Build%20spectrum_fundamentals%20Package/badge.svg
:target: https://github.com/wilhelm-lab/spectrum_fundamentals/actions?workflow=Package
:alt: Build Package Status
Expand Down
8 changes: 4 additions & 4 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![PyPI](https://img.shields.io/pypi/v/spectrum_fundamentals.svg)](https://pypi.org/project/spectrum_fundamentals/)
[![Python Version](https://img.shields.io/pypi/pyversions/spectrum_fundamentals)](https://pypi.org/project/spectrum_fundamentals)
[![License](https://img.shields.io/github/license/wilhelm-lab/spectrum_fundamentals)](https://opensource.org/licenses/MIT)
[![Read the Docs](https://img.shields.io/readthedocs/spectrum_fundamentals/latest.svg?label=Read%20the%20Docs)](https://spectrum_fundamentals.readthedocs.io/)
[![Build](https://github.com/wilhelm-lab/spectrum_fundamentals/workflows/Build%20oktoberfest%20Package/badge.svg)](https://github.com/wilhelm-lab/spectrum_fundamentals/actions?workflow=Package)
[![Tests](https://github.com/wilhelm-lab/spectrum_fundamentals/workflows/Run%20oktoberfest%20Tests/badge.svg)](https://github.com/wilhelm-lab/spectrum_fundamentals/actions?workflow=Tests)
[![Read the Docs](https://img.shields.io/readthedocs/spectrum_fundamentals/latest.svg?label=Read%20the%20Docs)](https://spectrum-fundamentals.readthedocs.io/)
[![Build](https://github.com/wilhelm-lab/spectrum_fundamentals/workflows/Build%20spectrum_fundamentals%20Package/badge.svg)](https://github.com/wilhelm-lab/spectrum_fundamentals/actions?workflow=Package)
[![Tests](https://github.com/wilhelm-lab/spectrum_fundamentals/workflows/Run%20spectrum_fundamentals%20Tests/badge.svg)](https://github.com/wilhelm-lab/spectrum_fundamentals/actions?workflow=Tests)
[![Codecov](https://codecov.io/gh/wilhelm-lab/spectrum_fundamentals/branch/main/graph/badge.svg)](https://codecov.io/gh/wilhelm-lab/spectrum_fundamentals)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
Expand All @@ -21,7 +21,7 @@ It provides the following functionalities:

## Documentation

The official documentation can be found at https://spectrum_fundamentals.readthedocs.io
The official documentation can be found at https://spectrum-fundamentals.readthedocs.io

## How to cite

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Here is a list of important resources for contributors:

.. _MIT license: https://opensource.org/licenses/MIT
.. _Source Code: https://github.com/wilhelm-lab/spectrum_fundamentals
.. _Documentation: https://spectrum_fundamentals.readthedocs.io/
.. _Documentation: https://spectrum-fundamentals.readthedocs.io/
.. _Issue Tracker: https://github.com/wilhelm-lab/spectrum_fundamentals/issues

How to report a bug
Expand Down

0 comments on commit 0a372f2

Please sign in to comment.