diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4c1ce68..2fbe477 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -33,7 +33,7 @@ docstrings, or even on the web in blog posts, articles, and such. ### Submit Feedback -The best way to send feedback is to file an issue at https://github.com/afuetterer/python-re3data/issues. +The best way to send feedback is to file an issue at . If you are proposing a feature: @@ -91,7 +91,7 @@ Here's how to set up `python-re3data` for local development. $ hatch run cov ``` -6. Commit your changes and push your branch to GitHub:: +6. Commit your changes and push your branch to GitHub: ```console $ git add . diff --git a/docs/src/install.md b/docs/src/install.md index 2092d54..28e16e8 100644 --- a/docs/src/install.md +++ b/docs/src/install.md @@ -127,7 +127,7 @@ Install with `python -m pip install "python-re3data[cli]"`. | Package | Version | Description | | ------------------------------------------ | ------- | ------------------------------------------------------------------------------------------- | -| [typer](https://github.com/tiangolo/typer) | >= 0.12 | a popular library for building command-line interfaces, powers the user-friendly interface. | +| [typer](https://github.com/tiangolo/typer) | >= 0.12 | A popular library for building command-line interfaces, powers the user-friendly interface. |