Skip to content

Commit

Permalink
Fix documentation urls
Browse files Browse the repository at this point in the history
  • Loading branch information
tahv committed Mar 31, 2024
1 parent ad09a6f commit e19493b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 0.1.1 - 2024-03-31

- Added `py.typed` file.
- Documentation available at [pyforce.readthedocs.io](https://pyforce.readthedocs.io/en/latest/).
- Documentation available at [pyforce.readthedocs.io](https://pyforce.readthedocs.io/latest).

## 0.1.0 - 2024-03-30

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ Client(

## Documentation

See pyforce [documentation](https://pyforce.readthedocs.io/en/latest) for more details.
See pyforce [documentation](https://pyforce.readthedocs.io/latest) for more details.

## Contributing

For guidance on setting up a development environment and contributing to pyforce,
see the [Contributing](https://pyforce.readthedocs.io/en/latest/contributing.html) section.
see the [Contributing](https://pyforce.readthedocs.io/latest/contributing.html) section.

<!-- Links -->

Expand All @@ -131,4 +131,4 @@ see the [Contributing](https://pyforce.readthedocs.io/en/latest/contributing.htm
[pyforce-pypi]: https://pypi.org/project/pyforce-p4
[mypy-repo]: https://github.com/python/mypy
[pyforce-workflow-tests]: https://github.com/tahv/pyforce/actions/workflows/tests.yml
[pyforce-documentation]: https://pyforce.readthedocs.io/en/latest
[pyforce-documentation]: https://pyforce.readthedocs.io/latest
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ classifiers = [

[project.urls]
Github = "https://github.com/tahv/pyforce"
Changelog = "https://github.com/tahv/pyforce/blob/main/CHANGELOG.md"
Documentation = "https://pyforce.readthedocs.io/en/latest"
Changelog = "https://pyforce.readthedocs.io/latest/changelog.html"
Documentation = "https://pyforce.readthedocs.io/latest"

[project.optional-dependencies]
tests = ["pytest", "coverage"]
Expand Down

0 comments on commit e19493b

Please sign in to comment.