diff --git a/README.md b/README.md index b7a1e1e..a6d3e45 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A template repository for modern python development with [uv](https://docs.astra using [Pydantic](https://pydantic.dev/docs/validation/latest/get-started/), [Polars](https://pola.rs/), and [Streamlit](https://streamlit.io/). Linted with [ruff](https://astral.sh/ruff), -type checked with [ty](https://docs.astral.sh/ty/) and [pyright](https://github.com/microsoft/pyright), +type checked with [ty](https://docs.astral.sh/ty/) and [pyright](https://microsoft.github.io/pyright), and tested with [pytest](https://docs.pytest.org/en/stable/) using [GitHub Actions](https://docs.github.com/en/actions). diff --git a/docs/conf.py b/docs/conf.py index ab8a825..eab01c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ "header_links_before_dropdown": 5, "external_links": [ {"name": "uv", "url": "https://docs.astral.sh/uv/"}, - {"name": "ruff", "url": "https://astral.sh/ruff"}, + {"name": "ruff", "url": "https://docs.astral.sh/ruff/"}, {"name": "ty", "url": "https://docs.astral.sh/ty/"}, - {"name": "pyright", "url": "https://github.com/microsoft/pyright"}, + {"name": "pyright", "url": "https://microsoft.github.io/pyright"}, {"name": "pytest", "url": "https://docs.pytest.org/en/stable/"}, ], "icon_links": [