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 2019/02/21 10:12:21 UTC

[groovy] branch master updated: change some http references in the build to use https

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.git


The following commit(s) were added to refs/heads/master by this push:
     new a30c090  change some http references in the build to use https
a30c090 is described below

commit a30c090fc96a529eee683ced17572a37936d066a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Feb 21 20:12:14 2019 +1000

    change some http references in the build to use https
---
 src/spec/assets/css/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/spec/assets/css/style.css b/src/spec/assets/css/style.css
index b3ae18d..3562670 100644
--- a/src/spec/assets/css/style.css
+++ b/src/spec/assets/css/style.css
@@ -1,4 +1,4 @@
-@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:500,700|Open+Sans:400,600);
+@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:500,700|Open+Sans:400,600);
 
 /* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */
 article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {