Author: pmouawad
Date: Tue Sep 18 20:46:04 2018
New Revision: 1841257
URL: http://svn.apache.org/viewvc?rev=1841257&view=rev
Log:
Switch to HTTPS
Modified:
jmeter/trunk/CONTRIBUTING.md
Modified: jmeter/trunk/CONTRIBUTING.md
URL:
http://svn.apache.org/viewvc/jmeter/trunk/CONTRIBUTING.md?rev=1841257&r1=1841256&r2=1841257&view=diff
==============================================================================
--- jmeter/trunk/CONTRIBUTING.md (original)
+++ jmeter/trunk/CONTRIBUTING.md Tue Sep 18 20:46:04 2018
@@ -5,7 +5,7 @@ Want to show Apache JMeter some love? He
## :beetle: Found a bug?
Log it in our bugzilla:
-* *http://jmeter.apache.org/issues.html*
+* *https://jmeter.apache.org/issues.html*
* or send a note to the *user mailing list*.
Be sure to include all relevant information, like the versions of JMeter
youâre using as long as Java version.
A Test plan that caused the issue as well as any error messages are also very
helpful.
@@ -13,7 +13,7 @@ A Test plan that caused the issue as we
## :question: Need help?
Simply contact:
-* our user mailing list *http://jmeter.apache.org/mail2.html#JMeterUser*
+* our user mailing list *https://jmeter.apache.org/mail2.html#JMeterUser*
* or ask question on
[stackoverflow](https://stackoverflow.com/questions/tagged/jmeter).
## :bar_chart: What needs to be developed?
@@ -43,7 +43,7 @@ However, before sending a patch, please
We do love to enhance Apache JMeter with you to become more powerful!
The best way to workout your idea is to discuss it first at our dev mailing
list:
-* http://jmeter.apache.org/mail2.html#JMeterDev
+* https://jmeter.apache.org/mail2.html#JMeterDev
Please, if you can, don't just throw us the code of a new feature; lets figure
first together
what would be the best approach regarding the current architecture and future
plans,