This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo.git
The following commit(s) were added to refs/heads/master by this push:
new 69df4dd Use https for links in contributing.md (#932)
69df4dd is described below
commit 69df4dd055683da6d720103087df278dee365713
Author: Keith Turner <[email protected]>
AuthorDate: Wed Sep 27 16:06:31 2017 -0400
Use https for links in contributing.md (#932)
---
CONTRIBUTING.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a2c0004..afd7f83 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -43,7 +43,7 @@ why, it's OK to go ahead and make the pull request.
* [How to Contribute][contribute] on Apache Fluo project website
-[Git]: http://git-scm.com/
+[Git]: https://git-scm.com/
[java]: http://openjdk.java.net/
-[Maven]: http://maven.apache.org/
+[Maven]: https://maven.apache.org/
[contribute]: https://fluo.apache.org/how-to-contribute/
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].