Skip to content

Commit 3dd89c3

Browse files
committed
Switch to https for all resources and external links
This avoid mixed content warnings in browsers. Fixes spring-projects#7134
1 parent 83c6937 commit 3dd89c3

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ name: Spring Boot
2626
project: spring-boot
2727

2828
# Project github URL
29-
github_repo_url: http://github.com/spring-projects/spring-boot
29+
github_repo_url: https://github.com/spring-projects/spring-boot
3030

3131
# If you want to include a custom pom.xml or gradle template set these value to true and add _include files
3232
custom_pom_template: true
@@ -35,9 +35,9 @@ custom_gradle_template: true
3535

3636
### The following properties are constant for most projects
3737

38-
main_site_url: http://spring.io
39-
projects_site_url: http://projects.spring.io
40-
questions_url: http://spring.io/questions
38+
main_site_url: https://spring.io
39+
projects_site_url: https://projects.spring.io
40+
questions_url: https://spring.io/questions
4141

4242
version: 1.0.0.BUILD-SNAPSHOT
4343
exclude: [code]

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
icon: ci
2323

2424
- name: StackOverflow
25-
url: http://stackoverflow.com/questions/tagged/spring-boot
25+
url: https://stackoverflow.com/questions/tagged/spring-boot
2626
icon: stackoverflow
2727

2828
# - name: Metrics (SonarQube)
@@ -49,13 +49,13 @@
4949
* Provide production-ready features such as metrics, health checks and externalized configuration
5050
* Absolutely <strong>no code generation</strong> and <strong>no requirement for XML</strong> configuration
5151

52-
The [reference guide](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle) includes detailed descriptions of all the features, plus an extensive [howto](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto) for common use cases.
52+
The [reference guide](https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle) includes detailed descriptions of all the features, plus an extensive [howto](https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto) for common use cases.
5353

5454
<span id="quick-start"></span>
5555

5656
## Quick Start
5757

58-
If you are Java developer you can use [start.spring.io](http://start.spring.io/) to generate a basic project, follow the "Quick Start" example below, or read the reference documentation [getting started](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started) guide.
58+
If you are Java developer you can use [start.spring.io](https://start.spring.io/) to generate a basic project, follow the "Quick Start" example below, or read the reference documentation [getting started](https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started) guide.
5959

6060
{% include download_widget.md %}
6161

@@ -88,20 +88,20 @@
8888

8989
## Spring Boot CLI
9090

91-
Spring Boot ships with a command line tool that can be used if you want to quickly prototype with Spring. It allows you to run Groovy scripts, which means that you have a familiar Java-like syntax, without so much boilerplate code. Follow the instructions in our main documentation if you want to [install the Spring Boot CLI](http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started-installing-the-cli).
91+
Spring Boot ships with a command line tool that can be used if you want to quickly prototype with Spring. It allows you to run Groovy scripts, which means that you have a familiar Java-like syntax, without so much boilerplate code. Follow the instructions in our main documentation if you want to [install the Spring Boot CLI](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started-installing-the-cli).
9292

9393
{% endcapture %}
9494

9595
{% capture related_resources %}
9696

9797
### Sample Projects
9898

99-
* [Simple](http://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-simple)
100-
* [Embedded Tomcat](http://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-tomcat)
101-
* [Batch](http://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-batch)
102-
* [Data JPA](http://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-data-jpa)
103-
* [Integration](http://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-integration)
104-
* [more...](http://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples)
99+
* [Simple](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-simple)
100+
* [Embedded Tomcat](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-tomcat)
101+
* [Batch](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-batch)
102+
* [Data JPA](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-data-jpa)
103+
* [Integration](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-integration)
104+
* [more...](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples)
105105

106106
### Getting Started Guides
107107

@@ -113,9 +113,9 @@
113113
### External Links
114114

115115
* Presentation from [Spring One 2GX 2013](https://speakerdeck.com/dsyer/spring-boot-introduction)
116-
* InfoQ article on [Micro Frameworks](http://www.infoq.com/articles/microframeworks1-spring-boot)
117-
* InfoQ news on [release of 1.0.0](http://www.infoq.com/news/2014/04/spring-boot-goes-ga)
118-
* Josh Long's vJUG [session on YouTube](http://www.youtube.com/watch?v=eCos5VTtZoI) from April 2014
116+
* InfoQ article on [Micro Frameworks](https://www.infoq.com/articles/microframeworks1-spring-boot)
117+
* InfoQ news on [release of 1.0.0](https://www.infoq.com/news/2014/04/spring-boot-goes-ga)
118+
* Josh Long's vJUG [session on YouTube](https://www.youtube.com/watch?v=eCos5VTtZoI) from April 2014
119119
{% endcapture %}
120120

121121

0 commit comments

Comments
 (0)