Minor issue: Fixed wildfly ide-configs link parsing.

This commit is contained in:
Giriraj Sharma 2015-04-17 16:36:17 +05:30
parent f959332117
commit a75d608f87

View file

@ -39,8 +39,7 @@ Once you have received feedback from the mailing list if there's not one already
Implement changes 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 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)
retrieved from (https://github.com/wildfly/wildfly-core/tree/master/ide-configs)[https://github.com/wildfly/wildfly-core/tree/master/ide-configs].
If your changes requires updates to the database read [Updating Database Schema](UpdatingDatabaseSchema.md). If your changes requires updates to the database read [Updating Database Schema](UpdatingDatabaseSchema.md).