Skip to content

Commit

Permalink
Fix another links
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Aug 1, 2023
1 parent 9105949 commit b139920
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/contributing/database-migrations/mssql.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/server/database/mssql/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b139920

Please sign in to comment.