Skip to content

Commit

Permalink
#48: fixed broken link (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaSergienko authored Oct 29, 2019
1 parent 9422adc commit fb72d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Goals:

## Usage

Please read our [User Guide](../sql-statement-builder/doc/guide/user_guide.md) to find information about usage of `sql-statement-builder`.
Please read our [User Guide](/doc/guide/user_guide.md) to find information about usage of `sql-statement-builder`.

## Development

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.exasol</groupId>
<artifactId>sql-statement-builder</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<name>Exasol SQL Statement Builder</name>
<description>This module provides a Builder for SQL statements that helps creating the correct structure and validates variable parts of the statements.</description>
<url>https://github.com/exasol/sql-statement-builder</url>
Expand Down

0 comments on commit fb72d2e

Please sign in to comment.