From 06c11c47ac91350dbd2b1188ca9d3c8fab537d16 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Mon, 24 Feb 2020 16:57:11 -0800 Subject: [PATCH] Update the contributing guide to point to C++ issues (#9) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4f86587e1..a8513ba6e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,9 @@ -Azure SDK for C Contributing Guide +Azure SDK for C++ Contributing Guide ------------------------------------- -Thank you for your interest in contributing to Azure SDK for C. +Thank you for your interest in contributing to Azure SDK for C++. -- For reporting bugs, requesting features, or asking for support, please file an issue in the [issues](https://github.com/Azure/azure-sdk-for-c/issues) section of the project. +- For reporting bugs, requesting features, or asking for support, please file an issue in the [issues](https://github.com/Azure/azure-sdk-for-cpp/issues) section of the project. - If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](http://azure.github.com/guidelines.html).