From 768b63d32d3fdbf835bd63087b8f82825143c959 Mon Sep 17 00:00:00 2001 From: Christian Lechner Date: Thu, 2 Jan 2025 08:59:47 +0100 Subject: [PATCH] fix: broken links to repo references --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9115cf..414544f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,12 +51,12 @@ chances of your issue being dealt with quickly: * **Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be causing the problem (line of code or commit) -You can file new issues by providing the above information at the corresponding repository's issues link: https://github.com/[organization-name]/[repository-name]/issues/new]. +You can file new issues by providing the above information at the corresponding repository's issues link: https://github.com/Azure-Samples/app-service-javascript-sap-cloud-sdk-quickstart/issues/new. ### Submitting a Pull Request (PR) Before you submit your Pull Request (PR) consider the following guidelines: -* Search the repository (https://github.com/[organization-name]/[repository-name]/pulls) for an open or closed PR +* Search the repository (https://github.com/Azure-Samples/app-service-javascript-sap-cloud-sdk-quickstart/pulls) for an open or closed PR that relates to your submission. You don't want to duplicate effort. * Make your changes in a new git fork: