diff --git a/.travis.yml b/.travis.yml index 219868b..8640f9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ sudo: required before_install: - gem install sass - npm install -g bower -- wget http://repo.spring.io/release/org/springframework/boot/spring-boot-cli/1.4.6.RELEASE/spring-boot-cli-1.4.6.RELEASE-bin.tar.gz +- wget https://repo.spring.io/release/org/springframework/boot/spring-boot-cli/1.4.6.RELEASE/spring-boot-cli-1.4.6.RELEASE-bin.tar.gz - tar xvfz spring-boot-cli-1.4.6.RELEASE-bin.tar.gz - export PATH=$PATH:spring-1.4.6.RELEASE/bin - spring --version diff --git a/README.md b/README.md index 916752c..0bba49a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # Travis Aggregator [](https://travis-ci.org/spring-guides/drone-aggregator) -Running more than a handful of CI jobs at http://travis-ci.org? Their usage of screen real estate can leave you scrolling all the time when you really need a quick glance to see if everything is up. +Running more than a handful of CI jobs at https://travis-ci.org? Their usage of screen real estate can leave you scrolling all the time when you really need a quick glance to see if everything is up. -travis-aggregator is a [Spring Boot](http://projects.spring.io/spring-boot/) application that uses [Jsoup](http://jsoup.org) to elegantly grab every [Getting Started Guide](http://spring.io/guides) and construct a slim and trim table with links to each guide as well as its corresponding Travis CI job. +travis-aggregator is a [Spring Boot](https://projects.spring.io/spring-boot/) application that uses [Jsoup](https://jsoup.org) to elegantly grab every [Getting Started Guide](https://spring.io/guides) and construct a slim and trim table with links to each guide as well as its corresponding Travis CI job. -> **NOTE:** See http://bit.ly/app-mgmt-tools-with-boot for a webinar that walks through this app. +> **NOTE:** See https://bit.ly/app-mgmt-tools-with-boot for a webinar that walks through this app. -[](http://bit.ly/app-mgmt-tools-with-boot) +[](https://bit.ly/app-mgmt-tools-with-boot) ## Getting Started -You first need to [install Spring Boot](http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started-installing-the-cli). I won't show that here because the instructions behind that link are pretty detailed. I'll just assume you got things set up right. +You first need to [install Spring Boot](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started-installing-the-cli). I won't show that here because the instructions behind that link are pretty detailed. I'll just assume you got things set up right. ## Run the application Now you can run the application. diff --git a/app.groovy b/app.groovy index 25ec558..6aa5dbf 100644 --- a/app.groovy +++ b/app.groovy @@ -36,13 +36,13 @@ class ConcourseAggregator { @Value('${org:spring-guides}') String org - @Value('${site:http://spring.io}') + @Value('${site:https://spring.io}') String site @Value('${css.selector:a.guide--title}') String cssSelector - @Value('${issue.site:http://issue-aggregator.guides.spring.io/}') + @Value('${issue.site:https://issue-aggregator.guides.spring.io/}') String issueSite @Autowired diff --git a/templates/home.html b/templates/home.html index d539277..07c069f 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,7 +1,7 @@ - +
- +