Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 2c5e8a4

Browse files
Spring Operatorchristophstrobl
Spring Operator
authored andcommitted
URL Cleanup (#91)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ with 1 occurrences migrated to: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ ([https](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/) result 200). * [ ] http://docs.spring.io/spring-session/docs/ with 1 occurrences migrated to: https://docs.spring.io/spring-session/docs/ ([https](https://docs.spring.io/spring-session/docs/) result 200). * [ ] http://projects.spring.io/spring-session-data-mongodb/ with 1 occurrences migrated to: https://projects.spring.io/spring-session-data-mongodb/ ([https](https://projects.spring.io/spring-session-data-mongodb/) result 200). * [ ] http://stackoverflow.com with 1 occurrences migrated to: https://stackoverflow.com ([https](https://stackoverflow.com) result 200). * [ ] http://stackoverflow.com/questions/tagged/spring-session with 1 occurrences migrated to: https://stackoverflow.com/questions/tagged/spring-session ([https](https://stackoverflow.com/questions/tagged/spring-session) result 200). * [ ] http://stackoverflow.com/tags/spring-session with 1 occurrences migrated to: https://stackoverflow.com/tags/spring-session ([https](https://stackoverflow.com/tags/spring-session) result 200). * [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 1 occurrences migrated to: https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200). * [ ] http://contributor-covenant.org with 1 occurrences migrated to: https://contributor-covenant.org ([https](https://contributor-covenant.org) result 301). * [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to: https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/) result 301). * [ ] http://plugins.jetbrains.com/plugin/6546 with 1 occurrences migrated to: https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301). # Ignored These URLs were intentionally ignored. * http://localhost:8080/ with 2 occurrences
1 parent 019f856 commit 2c5e8a4

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

CODE_OF_CONDUCT.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ appropriate to the circumstances. Maintainers are obligated to maintain confiden
4040
with regard to the reporter of an incident.
4141

4242
This Code of Conduct is adapted from the
43-
http://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at
44-
http://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]
43+
https://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at
44+
https://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]

CONTRIBUTING.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ By participating, you are expected to uphold this code. Please report unaccepta
1212
None of these is essential for a pull request, but they will all help. They can also be
1313
added after the original pull request but before a merge.
1414

15-
* Use the Spring Data code format conventions. If you use Eclipse you can import formatter settings using the `eclipse-code-formatter.xml` file from the https://raw.githubusercontent.com/spring-projects/spring-data-build/master/etc/ide/eclipse-formatting.xml[Spring Data Build] project. If using IntelliJ, you can use the http://plugins.jetbrains.com/plugin/6546[Eclipse Code Formatter Plugin] to import the same file.
15+
* Use the Spring Data code format conventions. If you use Eclipse you can import formatter settings using the `eclipse-code-formatter.xml` file from the https://raw.githubusercontent.com/spring-projects/spring-data-build/master/etc/ide/eclipse-formatting.xml[Spring Data Build] project. If using IntelliJ, you can use the https://plugins.jetbrains.com/plugin/6546[Eclipse Code Formatter Plugin] to import the same file.
1616
* Make sure all new `.java` files to have a simple Javadoc class comment with at least an `@author` tag identifying you, and preferably at least a paragraph on what the class is for.
1717
* Add the ASF license header comment to all new `.java` files (copy from existing files in the project)
1818
* Add yourself as an `@author` to the .java files that you modify substantially (more than cosmetic changes).
1919
* Add some Javadocs and, if you change the namespace, some XSD doc elements.
2020
* A few unit tests would help a lot as well -- someone has to do it.
2121
* If no-one else is using your branch, please rebase it against the current master (or other target branch in the main project).
22-
* When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions], if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit message (where XXXX is the issue number).
22+
* When writing a commit message please follow https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions], if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit message (where XXXX is the issue number).
2323
* By the way, any contributions are likely to be polished. Don't worry! Just use it as a learning experience as you are slowly jürgenized.
2424

2525
== Using GitHub issues
2626

2727
We use GitHub issues to track bugs and enhancements. If you have a general usage question
28-
please ask on http://stackoverflow.com[Stack Overflow]. The Spring Session team and the
29-
broader community monitor the http://stackoverflow.com/tags/spring-session[`spring-session`]
28+
please ask on https://stackoverflow.com[Stack Overflow]. The Spring Session team and the
29+
broader community monitor the https://stackoverflow.com/tags/spring-session[`spring-session`]
3030
tag.
3131

3232
If you are reporting a bug, please help to speed up problem diagnosis by providing as much

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ By participating, you are expected to uphold this code. Please report unaccepta
130130

131131
= Spring Session Project Site
132132

133-
You can find the documentation, issue management, support, samples, and guides for using Spring Session MongoDB at http://projects.spring.io/spring-session-data-mongodb/
133+
You can find the documentation, issue management, support, samples, and guides for using Spring Session MongoDB at https://projects.spring.io/spring-session-data-mongodb/
134134

135135
= License
136136

src/main/asciidoc/guides/boot-mongo.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ spring.data.mongodb.port=27018
9292
spring.data.mongodb.database=prod
9393
----
9494

95-
For more information, refer to http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-connecting-to-mongodb[Connecting to MongoDB] portion of the Spring Boot documentation.
95+
For more information, refer to https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-connecting-to-mongodb[Connecting to MongoDB] portion of the Spring Boot documentation.
9696

9797
[[boot-servlet-configuration]]
9898
== Servlet Container Initialization

src/main/asciidoc/index.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Spring Session MongoDB provides an API and implementations for managing a user's
1212
[[introduction]]
1313
== Introduction
1414

15-
For an introduction to Spring Session as a whole, visit http://docs.spring.io/spring-session/docs/{spring-session-version}/reference/html5/[Spring Session] itself.
15+
For an introduction to Spring Session as a whole, visit https://docs.spring.io/spring-session/docs/{spring-session-version}/reference/html5/[Spring Session] itself.
1616

1717
[[samples]]
1818
== Samples and Guides (Start Here)
@@ -104,7 +104,7 @@ Please find additional information below.
104104
[[community-support]]
105105
=== Support
106106

107-
You can get help by asking questions on http://stackoverflow.com/questions/tagged/spring-session[StackOverflow with the tag spring-session].
107+
You can get help by asking questions on https://stackoverflow.com/questions/tagged/spring-session[StackOverflow with the tag spring-session].
108108
Similarly we encourage helping others by answering questions on StackOverflow.
109109

110110
[[community-source]]

0 commit comments

Comments
 (0)