Skip to content

Commit

Permalink
Fix links (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored Dec 29, 2022
1 parent dea4ce2 commit 35f3658
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Here is a list of important resources for contributors:
- [Code of Conduct]

[mit license]: https://opensource.org/licenses/MIT
[source code]: https://github.com/epenet/sfrbox-api
[source code]: https://github.com/hacf-fr/sfrbox-api
[documentation]: https://sfrbox-api.readthedocs.io/
[issue tracker]: https://github.com/epenet/sfrbox-api/issues
[issue tracker]: https://github.com/hacf-fr/sfrbox-api/issues

## How to report a bug

Expand Down Expand Up @@ -108,7 +108,7 @@ $ nox --session=pre-commit -- install
It is recommended to open an issue before starting work on anything.
This will allow a chance to talk it over with the owners and validate your approach.

[pull request]: https://github.com/epenet/sfrbox-api/pulls
[pull request]: https://github.com/hacf-fr/sfrbox-api/pulls

<!-- github-only -->

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
[![License](https://img.shields.io/pypi/l/sfrbox-api)][license]

[![Read the documentation at https://sfrbox-api.readthedocs.io/](https://img.shields.io/readthedocs/sfrbox-api/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/epenet/sfrbox-api/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/epenet/sfrbox-api/branch/main/graph/badge.svg)][codecov]
[![Tests](https://github.com/hacf-fr/sfrbox-api/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/hacf-fr/sfrbox-api/branch/main/graph/badge.svg)][codecov]

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]
Expand All @@ -16,8 +16,8 @@
[status]: https://pypi.org/project/sfrbox-api/
[python version]: https://pypi.org/project/sfrbox-api
[read the docs]: https://sfrbox-api.readthedocs.io/
[tests]: https://github.com/epenet/sfrbox-api/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/epenet/sfrbox-api
[tests]: https://github.com/hacf-fr/sfrbox-api/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/hacf-fr/sfrbox-api
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

Expand Down Expand Up @@ -63,11 +63,11 @@ This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter]
[@cjolowicz]: https://github.com/cjolowicz
[pypi]: https://pypi.org/
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[file an issue]: https://github.com/epenet/sfrbox-api/issues
[file an issue]: https://github.com/hacf-fr/sfrbox-api/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/epenet/sfrbox-api/blob/main/LICENSE
[contributor guide]: https://github.com/epenet/sfrbox-api/blob/main/CONTRIBUTING.md
[license]: https://github.com/hacf-fr/sfrbox-api/blob/main/LICENSE
[contributor guide]: https://github.com/hacf-fr/sfrbox-api/blob/main/CONTRIBUTING.md
[command-line reference]: https://sfrbox-api.readthedocs.io/en/latest/usage.html
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ reference
contributing
Code of Conduct <codeofconduct>
License <license>
Changelog <https://github.com/epenet/sfrbox-api/releases>
Changelog <https://github.com/hacf-fr/sfrbox-api/releases>
```

0 comments on commit 35f3658

Please sign in to comment.