From ea4f8e13e9366eaabaab44da953bff56d5bf483a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Westk=C3=A4mper?= Date: Tue, 29 Jan 2013 23:04:57 +0200 Subject: [PATCH] #330 Update README.md for JDO --- querydsl-jdo/README.md | 2 +- querydsl-jpa/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/querydsl-jdo/README.md b/querydsl-jdo/README.md index 13fd10b1d..8762f7b6f 100644 --- a/querydsl-jdo/README.md +++ b/querydsl-jdo/README.md @@ -71,4 +71,4 @@ Here is an example query using the default variable of the QCustomer class .uniqueResult(customer); query.close(); -For more information on the Querydsl JDO module read the reference documentation http://www.querydsl.com/static/querydsl/latest/reference/html/ch02.html#jpa_integration \ No newline at end of file +For more information on the Querydsl JDO module read the reference documentation http://www.querydsl.com/static/querydsl/latest/reference/html/ch02s02.html \ No newline at end of file diff --git a/querydsl-jpa/README.md b/querydsl-jpa/README.md index 08cc9fd84..183c350cc 100644 --- a/querydsl-jpa/README.md +++ b/querydsl-jpa/README.md @@ -72,4 +72,4 @@ Here is an example query using the default variable of the QCustomer class .where(customer.firstName.eq("Bob")) .uniqueResult(customer); -For more information on the Querydsl JPA module read the reference documentation http://www.querydsl.com/static/querydsl/latest/reference/html/ch02s02.html \ No newline at end of file +For more information on the Querydsl JPA module read the reference documentation http://www.querydsl.com/static/querydsl/latest/reference/html/ch02.html#jpa_integration \ No newline at end of file