From 09208fe44279f9bf96812c8fa56ec7ef40ec0e13 Mon Sep 17 00:00:00 2001 From: Ron Eldor Date: Tue, 26 Jun 2018 16:46:21 +0300 Subject: [PATCH 1/2] Update the Mbed TLS forum link Update the link to the new Mbed TLS forum --- .github/issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 5e9d83d4f..7c3135351 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -38,4 +38,4 @@ Version: ## Question -**Please first check for answers in the [Mbed TLS knowledge Base](https://tls.mbed.org/kb), and preferably file an issue in the [Mbed TLS support forum](https://tls.mbed.org/discussions)** +**Please first check for answers in the [Mbed TLS knowledge Base](https://tls.mbed.org/kb), and preferably file an issue in the [Mbed TLS support forum](https://forums.mbed.com/c/mbed-tls)** From 415621f2cf6f35f51e02782cb3568700d48aa0f9 Mon Sep 17 00:00:00 2001 From: Ron Eldor Date: Wed, 27 Jun 2018 14:36:37 +0300 Subject: [PATCH 2/2] Update the forum link in the README file Update the forum link in the readme file as well. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2c3c6f21..ced36e192 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ To accept the Contributor’s Licence Agreement (CLA), individual contributors c ### Making a Contribution -1. [Check for open issues](https://github.com/ARMmbed/mbedtls/issues) or [start a discussion](https://tls.mbed.org/discussions) around a feature idea or a bug. +1. [Check for open issues](https://github.com/ARMmbed/mbedtls/issues) or [start a discussion](https://forums.mbed.com/c/mbed-tls) around a feature idea or a bug. 2. Fork the [Mbed TLS repository on GitHub](https://github.com/ARMmbed/mbedtls) to start making your changes. As a general rule, you should use the "development" branch as a basis. 3. Write a test which shows that the bug was fixed or that the feature works as expected. 4. Send a pull request and bug us until it gets merged and published. Contributions may need some modifications, so work with us to get your change accepted. We will include your name in the ChangeLog :)