From b13992085b9fd60c6da10680da8cbd8b72910b85 Mon Sep 17 00:00:00 2001 From: Hinton Date: Tue, 1 Aug 2023 22:03:08 +0200 Subject: [PATCH] Fix another links --- docs/contributing/database-migrations/mssql.md | 6 +++--- docs/getting-started/server/database/mssql/index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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