This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
The following commit(s) were added to refs/heads/master by this push: new 446379a fix link 446379a is described below commit 446379a9eb39ed06d69dc385354d061c68b5640e Author: Konrad Windszus <k...@apache.org> AuthorDate: Wed Jun 22 18:39:02 2022 +0200 fix link --- src/site/markdown/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/markdown/getting-started.md b/src/site/markdown/getting-started.md index 7bf272b..37d721c 100644 --- a/src/site/markdown/getting-started.md +++ b/src/site/markdown/getting-started.md @@ -68,4 +68,4 @@ checks could reduce both performance and cache efficiency (hit rate). To leverage remote cache feature there should a shared storage provide. Any technology supported by [Maven Resolver](https://maven.apache.org/resolver/) will suffice. In simplest form it could be a http web server which supports get/put operations ([Nginx OSS](http://nginx.org/en/) with fs module or any other equivalent). -See [Remote cache setup](remote-cache.md) for detailed description of cache setup. +See [Remote cache setup](remote-cache.html) for detailed description of cache setup.