Skip to content

Commit

Permalink
* #111: Fixed broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaSergienko committed Apr 28, 2021
1 parent c764ace commit 4f7c278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you are a programmer, a code contribution in form of an automatic unit test c
Maybe you are good at explaining how to use the SQL Statement Builder to end users? Help us improve the [user guide](doc/user_guide.md)!

## Ideas
Last but not least if you have ideas for ways to improve or extend OFT, feel free to write a [feature request](hhttps://github.com/EXASOL/sql-statement-builder/issues/new?template=Feature_request.md).
Last but not least if you have ideas for ways to improve or extend OFT, feel free to write a [feature request](https://github.com/EXASOL/sql-statement-builder/issues/new?template=Feature_request.md).

# Style Guides
We want the SQL Statement Builder to have a professional and uniform coding style. Formatter rules for Eclipse are part of the project. If you use a different editor, please make sure to match the current code formatting.
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@
<modules>
<module>maven_central</module>
</modules>
<linkReplacements>
<linkReplacement>https://github.com/hamcrest/JavaHamcrest/hamcrest-all|https://github.com/hamcrest/JavaHamcrest</linkReplacement>
</linkReplacements>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 4f7c278

Please sign in to comment.