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