From 20d66088b1e49c9bb106e7152fd6cafc26b8b7b7 Mon Sep 17 00:00:00 2001 From: Julien Dubois Date: Fri, 3 Jul 2020 12:55:18 +0200 Subject: [PATCH] Fix repo url --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9abcea8..571979c 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/quickstart-spring-data-jdbc-postgresql/issues/new]. ### Submitting a Pull Request (PR) Before you submit your Pull Request (PR) consider the following guidelines: -* Search the repository (https://github.com/Azure-Samples/quickstart-spring-data-jdbc-sql-server/pulls) for an open or closed PR +* Search the repository (https://github.com/Azure-Samples/quickstart-spring-data-jdbc-postgresql/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: