4 Commits

Author SHA1 Message Date
Spring Operator
96fe463c23 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 43 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.html with 1 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html) result 200).
2019-03-14 20:15:57 -05:00
george thomas
11eb77093d Update hyperlink to Pro Git chapter and tweak anchor text
- Refer to the English version of the book instead of the Cestina
  version
- Refer to the second edition of the book
- Use the absolute link to the page instead of referring to the chapter
  and subsection (since these have changed in the second edition and
  could change in a future edition)
- Redo anchor text to eliminate misuse of apostrophe

Fixes gh-113
2018-03-09 16:52:54 -06:00
Rob Winch
aaf8f5cb2d Add Code of Conduct
Fixes gh-47
2016-02-02 09:39:32 -06:00
Rob Winch
04f2710351 Create CONTRIBUTING.md 2015-03-06 10:46:50 -06:00