Fix GitHub cache integration link (#5847)

Unclear why mkdocs does not error on this 404
This commit is contained in:
Zanie Blue 2024-08-06 21:08:45 -05:00 committed by GitHub
parent d1614c8f10
commit 345c167774
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,4 +61,4 @@ To support this caching strategy, uv provides a `uv cache prune --ci` command, w
pre-built wheels from the cache but retains any wheels that were built from source. We recommend
running `uv cache prune --ci` at the end of your continuous integration job to ensure maximum cache
efficiency. For an example, see the
[GitHub integration guide](../guides/integration/github/#caching).
[GitHub integration guide](../guides/integration/github.md#caching).