Skip to content

Commit

Permalink
fixing links
Browse files Browse the repository at this point in the history
  • Loading branch information
lamg committed Jan 11, 2025
1 parent 8bb9dc0 commit 6ae3f9b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ mig log

## Features

- [Declarative migrations](./src/mig/DeclarativeMigrations/README.md)
- [Migration execution](./src/mig/Execution/README.md)
- [Import Goose migrations](./src/mig/ImportGoose/README.md)
- [Migration log](./src/mig/MigrationLog/README.md)
- [Declarative migrations](./src/MigLib/DeclarativeMigrations/README.md)
- [Migration execution](./src/MigLib/Execution/README.md)
- [Migration execution as library](./src/MigLib/Execution/README.md#migration-execution-using-miglib)
- [Import Goose migrations](./src/MigLib/ImportGoose/README.md)
- [Migration log](./src/MigLib/MigrationLog/README.md)

## Contributing

Expand Down

0 comments on commit 6ae3f9b

Please sign in to comment.