Browse Source

Fix a couple broken links found during self-onboarding (#6386)

* Fix a couple broken links found during self-onboarding
pull/6389/head
Mick Letofsky 3 months ago committed by GitHub
parent
commit
ef54bc814d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      util/Migrator/README.md
  2. 2
      util/MySqlMigrations/README.md

2
util/Migrator/README.md

@ -4,4 +4,4 @@ A class library leveraged by [utilities](../MsSqlMigratorUtility) and [hosted ap @@ -4,4 +4,4 @@ A class library leveraged by [utilities](../MsSqlMigratorUtility) and [hosted ap
In production environments the Migrator is typically executed during application startup or as part of CI/CD pipelines to ensure database schemas are up-to-date before application deployment.
See the [documentation on creating migrations](https://contributing.bitwarden.com/contributing/database-migrations/) for how to utilize the files seen here.
See the [documentation on creating migrations](https://contributing.bitwarden.com/contributing/database-migrations/mssql/) for how to utilize the files seen here.

2
util/MySqlMigrations/README.md

@ -2,4 +2,4 @@ @@ -2,4 +2,4 @@
A class library leveraged by [hosted applications](/src/Admin/HostedServices/DatabaseMigrationHostedService.cs) to perform MySQL database migrations via Entity Framework.
See the [documentation on creating migrations](https://contributing.bitwarden.com/contributing/database-migrations/) for how to utilize the files seen here.
See the [documentation on creating migrations](https://contributing.bitwarden.com/contributing/database-migrations/ef/) for how to utilize the files seen here.

Loading…
Cancel
Save