From 61c4c0d688b2b0902604075ee6973fbed8e61225 Mon Sep 17 00:00:00 2001 From: Anyul Rivas Date: Fri, 4 Jun 2021 10:59:16 +0200 Subject: [PATCH] doc: fix docker hub url the current URL leads to a non-existent page: --- docs/modules/ROOT/pages/install.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/install.adoc b/docs/modules/ROOT/pages/install.adoc index 77ffa3b..10ed6df 100644 --- a/docs/modules/ROOT/pages/install.adoc +++ b/docs/modules/ROOT/pages/install.adoc @@ -180,7 +180,7 @@ NOTE: The `jreleaser` command will be automatically executed inside `/workspace` You may also need to map environment variables to the container, such as `JRELEASER_PROJECT_VERSION`, `JRELEASER_GITHUB_TOKEN`, or others depending on your setup. Refer to the xref:configuration:index.adoc[] pages. -You can find the tag listing link:hub.docker.com/r/jreleaser/jreleaser-slim/tags[here]. +You can find the tag listing link:https://hub.docker.com/r/jreleaser/jreleaser-slim/tags[here]. == Maven Configure the xref:tools:jreleaser-maven.adoc[jreleaser-maven-plugin] in your POM file