You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/04/02 12:01:15 UTC

[groovy-website] branch asf-site updated: Update README.adoc

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 87468a5  Update README.adoc
     new b6d44f7  Merge pull request #34 from niranjanghule/asf-site
87468a5 is described below

commit 87468a5b79fa2b55eee7622583c7ac762c034825
Author: Niranjan Ghule <ni...@gmail.com>
AuthorDate: Fri Apr 1 23:22:35 2022 +0530

    Update README.adoc
    
    1. Update links from http to https.
    2. Fix markup template engine link.
---
 README.adoc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.adoc b/README.adoc
index 7a700ec..9ed07b7 100644
--- a/README.adoc
+++ b/README.adoc
@@ -24,10 +24,10 @@ The Groovy development team
 :revdate: 2019-11-05
 :build-icon: http://ci.groovy-lang.org:8111/app/rest/builds/buildType:(id:Groovy_Website)/statusIcon
 :noheader:
-:groovy-www: http://groovy-lang.org/
+:groovy-www: https://groovy-lang.org/
 :groovy-ci: http://ci.groovy-lang.org/viewType.html?buildTypeId=Groovy_Website&guest=1
-:gradle: http://www.gradle.org
-:markupte: http://docs.groovy-lang.org/latest/html/documentation/markup-template-engine.html
+:gradle: https://www.gradle.org
+:markupte: https://groovy-lang.org/templating.html#_the_markuptemplateengine
 
 [.left.text-left]
 image::http://groovy-lang.org/img/groovy-logo.png[]
@@ -129,12 +129,12 @@ build.gradle                    : website weaving logic for dev site
 ----
 
 Additional details (a little dated but mostly relevant) can be found in
-this http://melix.github.io/blog/2014/07/new-groovy-website.html[blog post].
+this https://melix.github.io/blog/2014/07/new-groovy-website.html[blog post].
 
 == Continuous Integration
 
 The official CI server runs {groovy-ci}[here] (login as user guest and leave the password blank)
-and is sponsored by http://www.jetbrains.com[JetBrains].
+and is sponsored by https://www.jetbrains.com[JetBrains].
 
 WARNING: The website is continuously updated from the _asf-site_ branch.
 This means that *every merge on master is immediately published*.
@@ -143,4 +143,4 @@ Changes that need to be applied on a specific date need to be done on a dedicate
 == License
 
 Groovy is licensed under the terms of the
-http://www.apache.org/licenses/LICENSE-2.0.html[Apache License, Version 2.0]
+https://www.apache.org/licenses/LICENSE-2.0.html[Apache License, Version 2.0]