keycloak-uncached
Changes
misc/HackingOnKeycloak.md 5(+2 -3)
Details
misc/HackingOnKeycloak.md 5(+2 -3)
diff --git a/misc/HackingOnKeycloak.md b/misc/HackingOnKeycloak.md
index d6bd5dc..dafadf3 100644
--- a/misc/HackingOnKeycloak.md
+++ b/misc/HackingOnKeycloak.md
@@ -39,8 +39,7 @@ Once you have received feedback from the mailing list if there's not one already
Implement changes
-----------------
-We don't currently enforce a code style in Keycloak, but a good reference is the code style used by WildFly. This can be
-retrieved from (https://github.com/wildfly/wildfly-core/tree/master/ide-configs)[https://github.com/wildfly/wildfly-core/tree/master/ide-configs].
+We don't currently enforce a code style in Keycloak, but a good reference is the code style used by WildFly. This can be retrieved from [Wildfly ide-configs](https://github.com/wildfly/wildfly-core/tree/master/ide-configs).To import formatting rules, see following [instructions](http://community.jboss.org/wiki/ImportFormattingRules)
If your changes requires updates to the database read [Updating Database Schema](UpdatingDatabaseSchema.md).
@@ -67,4 +66,4 @@ Once you're happy with your changes go to GitHub and create a PR.
Release Keycloak
----------------
-* [Release Process](ReleaseProcess.md)
\ No newline at end of file
+* [Release Process](ReleaseProcess.md)