From ab729e61c47fb3ad066add285b817da6bea608af Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Wed, 15 Nov 2023 11:11:57 +0100 Subject: [PATCH] chore(docs): use a relative link to code style settings instead of hardcoded url The code style settings reside in the repository. So a relative link is sufficient and more flexible than a hard coded URL. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 19695b7258..40a8d3e35b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,7 +79,7 @@ cp local/development/commit-msg .git/hooks/commit-msg && chmod 500 .git/hooks/co For further information please see https://github.com/hazcod/semantic-commit-hook ## Code formatting -Please use the following code formatter: https://github.com/eclipse-tractusx/item-relationship-service/tree/main/.idea/codeStyles +Please use the following code formatter: [.idea/codeStyles](.idea/codeStyles) ## Contact