Skip to content

Commit 0c938ff

Browse files
committed
Merge pull request #24119 from dreis2211
* gh-24119: Fix link to Flyway callback docs Closes gh-24119
2 parents 31042bf + 033c78b commit 0c938ff

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)