From fb72d2e1eb4b39c56b7efa5b98715f1fab8ae183 Mon Sep 17 00:00:00 2001 From: Anastasiia Sergienko <46891819+AnastasiiaSergienko@users.noreply.github.com> Date: Tue, 29 Oct 2019 16:48:35 +0100 Subject: [PATCH] #48: fixed broken link (#49) --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a447d167..859b9f19 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pom.xml b/pom.xml index df279c99..aaf9fe5d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.exasol sql-statement-builder - 1.1.0 + 1.1.1 Exasol SQL Statement Builder This module provides a Builder for SQL statements that helps creating the correct structure and validates variable parts of the statements. https://github.com/exasol/sql-statement-builder