doc/md: prettier URL for versioned migrations doc (#2360)

This commit is contained in:
MasseElch
2022-02-24 08:18:24 +01:00
committed by GitHub
parent feac4d8536
commit 5ff2256e10
2 changed files with 1 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ Note that if this option is enabled, the maximum number of possible tables is **
## Offline Mode
**With Atlas becoming the default migration engine soon, offline migration will be replaced
by [versioned migrations](migrate_versioned.md).**
by [versioned migrations](versioned-migrations.md).**
Offline mode allows you to write the schema changes to an `io.Writer` before executing them on the database.
It's useful for verifying the SQL commands before they're executed on the database, or to get an SQL script