Update documentation link to match new URL structure

This commit is contained in:
Vlad Mihalcea 2018-01-08 18:47:35 +02:00
parent 50070eabdd
commit 510f91ff30
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ include::{extrasdir}/collections-array-binary-example.sql[]
If you want to map arrays such as `String[]` or `int[]` to database-specific array types like PostgreSQL `integer[]` or `text[]`,
you need to write a custom Hibernate Type.
Check out https://vladmihalcea.com/2017/06/21/how-to-map-java-and-sql-arrays-with-jpa-and-hibernate/[this article] for an example of how to write
Check out https://vladmihalcea.com/how-to-map-java-and-sql-arrays-with-jpa-and-hibernate/[this article] for an example of how to write
such a custom Hibernate Type.
====