From 345c167774e935f398ab04e76b613ad0f16a0c3b Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 6 Aug 2024 21:08:45 -0500 Subject: [PATCH] Fix GitHub cache integration link (#5847) Unclear why mkdocs does not error on this 404 --- docs/concepts/cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/cache.md b/docs/concepts/cache.md index 24ac01fa3..b72a13e98 100644 --- a/docs/concepts/cache.md +++ b/docs/concepts/cache.md @@ -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).