Skip to content

Commit 368b408

Browse files
committed
Merge branch '2.3.x'
Closes gh-24122
2 parents f8a5be8 + 3e243de commit 368b408

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
@@ -2175,7 +2175,7 @@ If you need more control over the configuration, consider registering a `FlywayC
21752175
Spring Boot calls `Flyway.migrate()` to perform the database migration.
21762176
If you would like more control, provide a `@Bean` that implements {spring-boot-autoconfigure-module-code}/flyway/FlywayMigrationStrategy.java[`FlywayMigrationStrategy`].
21772177

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

0 commit comments

Comments
 (0)