Skip to content

Commit 7161f92

Browse files
committed
Merge pull request #41591 from lamtrinhdev
* pr/41591: Fix link to Flyway reference documentation Closes gh-41591
2 parents 72867a3 + b469c74 commit 7161f92

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)