Skip to content

Commit 9cd28d3

Browse files
authored
Update docs links (#1536)
1 parent 11eb42e commit 9cd28d3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ Hatch is a modern, extensible Python project manager.
2121

2222
- Standardized [build system](https://hatch.pypa.io/latest/config/build/#build-system) with reproducible builds by default
2323
- Robust [environment management](https://hatch.pypa.io/latest/environment/) with support for custom scripts and UV
24-
- Configurable [Python distribution management](https://hatch.pypa.io/latest/cli/reference/#hatch-python)
25-
- [Test execution](https://hatch.pypa.io/dev/tutorials/testing/overview/) with known best practices
24+
- Configurable [Python distribution management](https://hatch.pypa.io/latest/tutorials/python/manage/)
25+
- [Test execution](https://hatch.pypa.io/latest/tutorials/testing/overview/) with known best practices
2626
- [Static analysis](https://hatch.pypa.io/latest/config/static-analysis/) with sane defaults
27-
- Built-in Python [script runner](https://hatch.pypa.io/dev/how-to/run/python-scripts/)
27+
- Built-in Python [script runner](https://hatch.pypa.io/latest/how-to/run/python-scripts/)
2828
- Easy [publishing](https://hatch.pypa.io/latest/publish/) to PyPI or other indices
2929
- [Version](https://hatch.pypa.io/latest/version/) management
3030
- Best practice [project generation](https://hatch.pypa.io/latest/config/project-templates/)
31-
- Responsive [CLI](https://hatch.pypa.io/latest/cli/about/), ~2-3x [faster](https://github.com/pypa/hatch/blob/hatch-v1.5.0/.github/workflows/test.yml#L76-L108) than equivalent tools
31+
- Responsive [CLI](https://hatch.pypa.io/latest/cli/about/), ~2-3x [faster](https://github.com/pypa/hatch/actions/workflows/cli.yml) than equivalent tools
3232

3333
See the [Why Hatch?](https://hatch.pypa.io/latest/why/) page for more information.
3434

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Hatch is a modern, extensible Python project manager. See the [Why Hatch?](why.m
4141

4242
Choose between easy manual installations or automatic as part of environments
4343

44-
[:octicons-arrow-right-24: Try it](cli/reference.md#hatch-python)
44+
[:octicons-arrow-right-24: Try it](tutorials/python/manage.md)
4545

4646
- :octicons-shield-check-24:{ .lg .middle } __Testing__
4747

docs/meta/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,6 @@ The only caveat is that currently there is no support for re-creating an environ
201201

202202
## Fast CLI?
203203

204-
The claim about being faster than other tools is [based on timings](https://github.com/pypa/hatch/blob/f47653ab41cb42aaf66744ecd801fe83b7537310/.github/workflows/test.yml#L138-L169) that are always checked in CI.
204+
The claim about being faster than other tools is [based on timings](https://github.com/pypa/hatch/actions/workflows/cli.yml) that are always checked in CI.
205205

206206
Hatch achieves this by using lazy imports, lazily performing computation manually and with [functools.cached_property](https://docs.python.org/3/library/functools.html#functools.cached_property), using hacks like `not not ...` instead of `bool(...)`, etc.

0 commit comments

Comments
 (0)