This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
commit 6961b805dd6eee9ae2e5bc9b2e784c2021a84382 Author: Guillaume Nodet <[email protected]> AuthorDate: Wed Oct 26 20:24:27 2022 +0200 Remove remaining reference to cache.html --- README.md | 2 +- src/site/site.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6cec57b..9232b6b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ [][test-results] This project provides a Build Cache Extension feature which calculates out-of-date modules in the build dependencies graph and improves build times by avoiding re-building unnecessary modules. -Read [cache guide](https://maven.apache.org/extensions/maven-build-cache-extension/cache.html) for more details. +Read [cache guide](https://maven.apache.org/extensions/maven-build-cache-extension/index.html) for more details. Status -------- diff --git a/src/site/site.xml b/src/site/site.xml index 597755a..2325ece 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -38,7 +38,6 @@ under the License. </menu> <menu name="Documentation"> - <item name="Overview" href="cache.html"/> <item name="Getting Started" href="getting-started.html"/> <item name="Usage" href="usage.html"/> <item name="Remote Cache Setup" href="remote-cache.html"/> @@ -59,4 +58,4 @@ under the License. <menu ref="reports"/> </body> -</project> \ No newline at end of file +</project>
