Skip to content

Commit f56000b

Browse files
committed
Replace http by https for spring.io links in the reference documentation
1 parent 29cb780 commit f56000b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/asciidoc/index.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This document is a reference guide to Spring Framework features. If you have any
2929
requests, comments, or questions on this document, please post them on the
3030
https://groups.google.com/forum/#!forum/spring-framework-contrib[user mailing
3131
list]. Questions on the Framework itself should be asked on StackOverflow
32-
(see http://spring.io/questions[]).
32+
(see https://spring.io/questions[]).
3333
--
3434

3535

@@ -45,7 +45,7 @@ embraced.
4545

4646
If you are just getting started with Spring, you may want to begin with the lighter
4747
https://spring.io/guides["Getting Started"] guides that are available from
48-
http://spring.io. As well as being easier to digest, these guide are very
48+
https://spring.io. As well as being easier to digest, these guide are very
4949
__task focused__. They also cover other projects from the Spring portfolio that you might
5050
want to consider when solving a particular problem.
5151

@@ -779,8 +779,8 @@ is available on the https://github.com/spring-projects/spring-framework/wiki[Spr
779779

780780

781781
=== Improved Getting Started Experience
782-
The new http://spring.io[spring.io] website provides a whole series of
783-
http://spring.io/guides["Getting Started"] guides to help you learn Spring. You
782+
The new https://spring.io[spring.io] website provides a whole series of
783+
https://spring.io/guides["Getting Started"] guides to help you learn Spring. You
784784
can read more about the guides in the <<overview-getting-started-with-spring>> section
785785
in this document. The new website also provides a comprehensive overview of the many
786786
additional projects that are released under the Spring umbrella.
@@ -7758,9 +7758,9 @@ datasource from JNDI when in QA or production
77587758
performance environment
77597759
* registering customized implementations of beans for customer A vs. customer B deployments
77607760

7761-
Find out more about http://spring.io/blog/2011/02/11/spring-framework-3-1-m1-released/[Environment,
7761+
Find out more about https://spring.io/blog/2011/02/11/spring-framework-3-1-m1-released/[Environment,
77627762
XML Profiles] and the
7763-
http://spring.io/blog/2011/02/14/spring-3-1-m1-introducing-profile/[@Profile annotation].
7763+
https://spring.io/blog/2011/02/14/spring-3-1-m1-introducing-profile/[@Profile annotation].
77647764

77657765

77667766
[[beans-property-source-abstraction]]
@@ -7770,7 +7770,7 @@ Spring's <<beans-definition-profiles,Environment abstraction>> provides search o
77707770
over a configurable hierarchy of property sources.
77717771

77727772
You can find out more about
7773-
http://spring.io/blog/2011/02/15/spring-3-1-m1-unified-property-management/[Unified
7773+
https://spring.io/blog/2011/02/15/spring-3-1-m1-unified-property-management/[Unified
77747774
Property Management], the
77757775
{javadoc-baseurl}/org/springframework/core/env/PropertySource.html[`PropertySource` class]
77767776
and the {javadoc-baseurl}/org/springframework/context/annotation/PropertySource.html[`@PropertySource`
@@ -25849,7 +25849,7 @@ For more comprehensive ORM support, including support for alternative database
2584925849
technologies such as MongoDB, you might want to check out the
2585025850
http://projects.spring.io/spring-data/[Spring Data] suite of projects. If you are
2585125851
a JPA user, the https://spring.io/guides/gs/accessing-data-jpa/[Getting Started Accessing
25852-
Data with JPA] guide from http://spring.io provides a great introduction.
25852+
Data with JPA] guide from https://spring.io provides a great introduction.
2585325853
====
2585425854

2585525855

@@ -30194,7 +30194,7 @@ produced result.
3019430194

3019530195
Explaining the motivation for async request processing and when or why to use it are
3019630196
beyond the scope of this document. For further information you may wish to read
30197-
http://spring.io/blog/2012/05/07/spring-mvc-3-2-preview-introducing-servlet-3-async-support[this
30197+
https://spring.io/blog/2012/05/07/spring-mvc-3-2-preview-introducing-servlet-3-async-support[this
3019830198
blog post series].
3019930199

3020030200

@@ -35303,7 +35303,7 @@ cookies or other HTTP headers. The feed will automatically be written to the res
3530335303
object after the method returns.
3530435304

3530535305
For an example of creating an Atom view please refer to Alef Arendsen's Spring Team Blog
35306-
http://spring.io/blog/2009/03/16/adding-an-atom-view-to-an-application-using-spring-s-rest-support[entry].
35306+
https://spring.io/blog/2009/03/16/adding-an-atom-view-to-an-application-using-spring-s-rest-support[entry].
3530735307

3530835308

3530935309

@@ -37219,7 +37219,7 @@ few minutes to appear.
3721937219

3722037220
Even in cases where latency is crucial, if the volume of messages is
3722137221
relatively low (e.g. monitoring network failures) the use of
37222-
http://spring.io/blog/2012/05/08/spring-mvc-3-2-preview-techniques-for-real-time-updates[long polling]
37222+
https://spring.io/blog/2012/05/08/spring-mvc-3-2-preview-techniques-for-real-time-updates[long polling]
3722337223
should be considered as a relatively simple alternative that
3722437224
works reliably and is comparable by efficiency (again assuming the volume of
3722537225
messages is relatively low).

0 commit comments

Comments
 (0)