[MINOR] Fixed link to CodeStyle_eclipse.xml (#1015)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 096ef83..6862335 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -48,7 +48,7 @@
 
 Before contributing a pull request, we highly suggest applying a code formatter to the written code.
 
-We have provided at profile for java located in [Codestyle File ./docs/CodeStyle.eclipse.xml](dev/docs/CodeStyle_eclipse.xml). This can be loaded in most editors e.g.:
+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.:
 
 - [Eclipse](https://stackoverflow.com/questions/10432538/eclipse-import-conf-xml-files#10433986)
 - [IntelliJ](https://imagej.net/Eclipse_code_style_profiles_and_IntelliJ)