mirror of https://github.com/astral-sh/uv
Fix GitHub cache integration link (#5847)
Unclear why mkdocs does not error on this 404
This commit is contained in:
parent
d1614c8f10
commit
345c167774
|
|
@ -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
|
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
|
running `uv cache prune --ci` at the end of your continuous integration job to ensure maximum cache
|
||||||
efficiency. For an example, see the
|
efficiency. For an example, see the
|
||||||
[GitHub integration guide](../guides/integration/github/#caching).
|
[GitHub integration guide](../guides/integration/github.md#caching).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue