From 258157b27814536dd960871754efd7e154a96db0 Mon Sep 17 00:00:00 2001 From: Stefan Paletta Date: Wed, 2 Jun 2021 13:50:04 +0200 Subject: [PATCH] Fix broken link for jbang --- docs/modules/ROOT/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 6cf26dd..7339d51 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -40,5 +40,5 @@ A (moving) picture is worth a thousand words == Acknowledgments JReleaser is heavily inspired by link:https://goreleaser.com[GoReleaser], it also builds on top of the lessons learned -from link:github.com/jbangdev/jbang[jbang]'s build setup. +from link:https://github.com/jbangdev/jbang[jbang]'s build setup.