8 Commits

Author SHA1 Message Date
Spring Operator
8792a079b6 #63 - URL Cleanup.
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 But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* [ ] http://www.springframework.org/schema/plugin/spring-plugin.xsd (404) with 1 occurrences migrated to:
  https://www.springframework.org/schema/plugin/spring-plugin.xsd ([https](https://www.springframework.org/schema/plugin/spring-plugin.xsd) result 404).

## 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://static.springsource.org/spring/docs/3.1.x/javadoc-api/org/springframework/core/Ordered.html (301) with 1 occurrences migrated to:
  https://docs.spring.io/spring/docs/3.1.x/javadoc-api/org/springframework/core/Ordered.html ([https](https://static.springsource.org/spring/docs/3.1.x/javadoc-api/org/springframework/core/Ordered.html) result 200).
* [ ] http://en.wikipedia.org/wiki/OSGi with 2 occurrences migrated to:
  https://en.wikipedia.org/wiki/OSGi ([https](https://en.wikipedia.org/wiki/OSGi) result 200).
* [ ] http://www.springframework.org/schema/beans/spring-beans.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd) result 200).
* [ ] http://www.springsource.org/download with 1 occurrences migrated to:
  https://www.springsource.org/download ([https](https://www.springsource.org/download) result 302).

# Ignored
These URLs were intentionally ignored.

* http://www.springframework.org/schema/beans with 3 occurrences
* http://www.springframework.org/schema/plugin with 4 occurrences
* http://www.springframework.org/schema/tool with 2 occurrences
* http://www.w3.org/2001/XMLSchema with 1 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 1 occurrences
2019-09-23 14:08:27 +02:00
Oliver Gierke
f3801fd8f9 #5 - Polished readme. 2014-01-21 12:46:13 +01:00
Oliver Gierke
fd415c3c7e #9 - Polished readme. 2014-01-21 12:44:03 +01:00
Chris Beams
0524dc79f5 Fix typo in README 2013-08-03 19:22:43 +02:00
Chris Beams
f3bf8a5776 Fix typo in README 2013-08-03 19:20:53 +02:00
Oliver Gierke
3f941603a7 Updated README.
Added section on @EnablePluginRegistries. General polishing.
2012-11-15 20:20:47 +01:00
Oliver Gierke
417148959a Improved readme file.
Removed manual anchors as Github now automatically adds those to headlines.
2012-05-20 19:53:24 +03:00
Oliver Gierke
6ab36253aa Switch from Docbook to Markdown for documentation.
Added README.markdown with the current state of the reference docs in Markdown.
2012-02-22 16:05:51 +01:00