Skip to content

Commit b469c74

Browse files
lamtrinhdevsnicoll
authored andcommitted
Fix link to Flyway reference documentation
See gh-41591
1 parent 72867a3 commit b469c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/data-initialization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ If you need more control over the configuration, consider registering a `FlywayC
128128
Spring Boot calls `Flyway.migrate()` to perform the database migration.
129129
If you would like more control, provide a `@Bean` that implements {spring-boot-autoconfigure-module-code}/flyway/FlywayMigrationStrategy.java[`FlywayMigrationStrategy`].
130130

131-
Flyway supports SQL and Java https://flywaydb.org/documentation/concepts/callbacks[callbacks].
131+
Flyway supports SQL and Java https://documentation.red-gate.com/fd/callback-concept-184127466.html[callbacks].
132132
To use SQL-based callbacks, place the callback scripts in the `classpath:db/migration` directory.
133133
To use Java-based callbacks, create one or more beans that implement `Callback`.
134134
Any such beans are automatically registered with `Flyway`.

0 commit comments

Comments
 (0)