This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
The following commit(s) were added to refs/heads/master by this push:
new 6f912a2c minor refactor: use https for doco link
6f912a2c is described below
commit 6f912a2c06115cc9b9def3ddba35a263e2ad52f1
Author: Paul King <[email protected]>
AuthorDate: Wed Jan 15 19:35:17 2025 +1000
minor refactor: use https for doco link
---
doc/manual/src/docs/asciidoc/140-project.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/manual/src/docs/asciidoc/140-project.adoc
b/doc/manual/src/docs/asciidoc/140-project.adoc
index e175b6d3..3f0aa9b3 100644
--- a/doc/manual/src/docs/asciidoc/140-project.adoc
+++ b/doc/manual/src/docs/asciidoc/140-project.adoc
@@ -653,7 +653,7 @@ new <<form-element, `FormElement`>> module class.
==== 🔄️ Changes
-* Documentation site has been migrated to link:http://ratpack.io[Ratpack].
[issueh:261[]]
+* Documentation site has been migrated to link:https://ratpack.io[Ratpack].
[issueh:261[]]
* Cross browser tests are now also executed using Safari driver [issueh:276[]]
* Artifact snapshots are uploaded and gebish.org is updated after every
successful build in CI [issueh:295[]]
* Added a link:https://travis-ci.org/geb/geb[Travis CI build] that runs tests
on submitted pull requests [issueh:309[]]