9 Commits

Author SHA1 Message Date
Spring Operator
3cd751a8f3 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 Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 2228 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-22 12:13:17 -04:00
Artem Bilan
5992fc201b Update CONTRIBUTING.md 2014-07-31 14:09:48 +03:00
George Foster
7beac06317 Updating dead links in the contributing.md file.
INT-3443: Fix `CONTRIBUTING.md`

JIRA: https://jira.spring.io/browse/INT-3443

Removing the hashtag link from the URL as it wasn't being recognized by the browser.
2014-06-17 20:34:55 +03:00
Kris Jacyna
473a2282e9 INT-3170 Update Project Repo in Root Files
s/SpringSource/spring-projects/
2013-10-14 11:19:01 -04:00
Artem Bilan
4c2548b085 Contributing wiki: JIRA links note 2013-09-05 23:28:58 -04:00
Gary Russell
c5f311b5c5 Update Project Lead 2013-08-16 22:40:14 -04:00
Gunnar Hillert
88926dd3b8 Fix link in CONTRIBUTING.md 2013-08-02 13:59:26 -04:00
Gunnar Hillert
c5e0fee3f5 Update CONTRIBUTING.md
Add more information from the Spring Framework document on maintaining a linear history as well as some code-style information
2013-08-02 13:56:45 -04:00
Gunnar Hillert
e86920d554 INT-2753 - Add CONTRIBUTING.md
Copied from the Contributor Guidelines wiki document [1] in order to
take advantage of GitHub's new integrated support for displaying a link
to contributor guidelines when issuing a pull request [2].

[1]: https://github.com/SpringSource/spring-integration/wiki/Contributor-Guidelines
[2]: https://github.com/blog/1184-contributing-guidelines

For reference see: https://jira.springsource.org/browse/INT-2753
2012-10-11 10:27:57 -04:00