From b93e8b52ffa8f25cf297c86b45aaca20875779db Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Tue, 23 Apr 2019 09:16:32 +0200 Subject: [PATCH] DATAJDBC-365 - Fix typos in readme. Original pull request: #149. --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index f479fbc6..deba10f1 100644 --- a/README.adoc +++ b/README.adoc @@ -338,7 +338,7 @@ Currently you will need to build it locally. Right now the best source of information is the source code in this repository. Especially the integration tests (if you are reading this on github, type `t` and then `IntegrationTests.java`) -We are keeping an eye on the (soon to be created) https://stackoverflow.com/questions/tagged/spring-data-jdbc[spring-data-jdbc tag on stackoverflow]. +We are keeping an eye on the https://stackoverflow.com/questions/tagged/spring-data-jdbc[spring-data-jdbc tag on stackoverflow]. If you think you found a bug, or have a feature request please https://jira.spring.io/browse/DATAJDBC/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel[create a ticket in our issue tracker]. @@ -395,4 +395,4 @@ Before we accept a non-trivial patch or pull request we will need you to https:/ == License -link:src/main/resources/license.txt[The license und which Spring Data JDBC is published can be found here]. \ No newline at end of file +link:src/main/resources/license.txt[The license under which Spring Data JDBC is published can be found here]. \ No newline at end of file