From 3bf50dec21ec8d2c07dad7d36d20c76403d64d2f Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Fri, 4 Jun 2021 11:34:47 +0200 Subject: [PATCH] Fix links to docker hub --- docs/modules/tools/pages/jreleaser-docker.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/tools/pages/jreleaser-docker.adoc b/docs/modules/tools/pages/jreleaser-docker.adoc index f879b80..71f7b54 100644 --- a/docs/modules/tools/pages/jreleaser-docker.adoc +++ b/docs/modules/tools/pages/jreleaser-docker.adoc @@ -27,7 +27,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. -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]. == jreleaser-alpine @@ -56,4 +56,4 @@ 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. -You can find the tag listing link:hub.docker.com/r/jreleaser/jreleaser-alpine/tags[here]. +You can find the tag listing link:https://hub.docker.com/r/jreleaser/jreleaser-alpine/tags[here].