diff --git a/docs/contributing/database-migrations/mssql.md b/docs/contributing/database-migrations/mssql.md index b11d8673..8fb46770 100644 --- a/docs/contributing/database-migrations/mssql.md +++ b/docs/contributing/database-migrations/mssql.md @@ -29,9 +29,9 @@ Data Tools. This is usually the optimal development environment with built in su comparison and much more. === "Mac & Linux" Visual Studio for Mac unfortunately does not support Database projects, however -you may instead use [Visual Studio Code](vscode) or [Azure Data Studio](azureds) with the -[SQL Database Projects](SDPE) extension, which provides schema comparison and more. You may also -modify the `.sql` files directly with any text editor. +you may instead use [Visual Studio Code][vscode] or [Azure Data Studio][azureds] with the [SQL +Database Projects][SDPE] extension, which provides schema comparison and more. You may also modify +the `.sql` files directly with any text editor. Do note that when adding or renaming SQL files you might need to manually update the references in the `.sqlproj` file. diff --git a/docs/getting-started/server/database/mssql/index.md b/docs/getting-started/server/database/mssql/index.md index 11e4a627..c06b9e20 100644 --- a/docs/getting-started/server/database/mssql/index.md +++ b/docs/getting-started/server/database/mssql/index.md @@ -21,7 +21,7 @@ typically `migrations_vault_dev`. ## Modifying the database The process for modifying the database is described in -[Migrations](./../../../../contributing/database-migrations/). +[Migrations](./../../../../contributing/database-migrations/mssql.md). ## Troubleshooting