You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by se...@apache.org on 2021/10/06 15:38:44 UTC

[systemds] branch master updated: [DOC] [MINOR] Update Codestyle File Path Closes #1413.

This is an automated email from the ASF dual-hosted git repository.

sebwrede pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new cba31ad  [DOC] [MINOR] Update Codestyle File Path Closes #1413.
cba31ad is described below

commit cba31ad00f66dc8b3a71a679241621eafc2f8e91
Author: sebwrede <sw...@know-center.at>
AuthorDate: Wed Oct 6 16:41:38 2021 +0200

    [DOC] [MINOR] Update Codestyle File Path
    Closes #1413.
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f0de330..6a7a12b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -46,7 +46,7 @@ let's make sure the changes are consistent with the guidelines and coding style.
 
 We suggest applying a code formatter to the written code. Generally, this is done automatically.
 
-We have provided at profile for java located in [Codestyle File `./docs/CodeStyle.eclipse.xml`](dev/CodeStyle_eclipse.xml). This can be loaded in most editors e.g.:
+We have provided at profile for java located in [Codestyle File `./dev/CodeStyle.eclipse.xml`](dev/CodeStyle_eclipse.xml). This can be loaded in most editors e.g.:
 
 - [Eclipse](https://stackoverflow.com/questions/10432538/eclipse-import-conf-xml-files#10433986)
 - [IntelliJ](https://imagej.net/Eclipse_code_style_profiles_and_IntelliJ)