From 0b1b394144891c205f4fc3b3175a0c120a89eccd Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 9 Oct 2023 09:28:06 +0200 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b89fb4..e83ae8a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The behaviour you specify with these annotations should be applied automatically **Supported field types** -These are the supported types for fields inside your `@Entity` classes (excluding fields for relationships to other entities). Fields with unsupported types are ignored, but functionality may be limited; refer to the [documentation][https://aileftech.github.io/spring-boot-database-admin/index.html#supported-field-types] for more information. +These are the supported types for fields inside your `@Entity` classes (excluding fields for relationships to other entities). Fields with unsupported types are ignored, but functionality may be limited; refer to the [documentation](https://aileftech.github.io/spring-boot-database-admin/index.html#supported-field-types) for more information. * Double, Float, Integer, Short, Byte, Character, BigDecimal, BigInteger * Boolean