Skip to content

Commit 3e243de

Browse files
committed
Merge branch '2.2.x' into 2.3.x
Closes gh-24121
2 parents e35c8e0 + 0c938ff commit 3e243de

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc

1 file changed

+1
-1
lines changed

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

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

2118-
Flyway supports SQL and Java https://flywaydb.org/documentation/callbacks.html[callbacks].
2118+
Flyway supports SQL and Java https://flywaydb.org/documentation/concepts/callbacks[callbacks].
21192119
To use SQL-based callbacks, place the callback scripts in the `classpath:db/migration` directory.
21202120
To use Java-based callbacks, create one or more beans that implement `Callback`.
21212121
Any such beans are automatically registered with `Flyway`.

0 commit comments

Comments
 (0)