Skip to content

Commit 27bed1f

Browse files
Fixed broken links in Markdown Contributing and Readme files (#1498)
## Why make this change? - Fixes broken links in Markdown Contributing and Readme files ## What is this change? - Fix broken links
1 parent c3b42ca commit 27bed1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before running the code, ensure you have the correct version of .NET installed (
2424

2525
The next step is to ensure you have a config file for DAB defined. If you want to use the sample one [you can use the generator tool](#an-alternative-way-to-generate-config-files), otherwise, ensure that the `dab-config.<engine>.json` file is in the `src/Service` directory (and if the database is CosmosDb_NoSql the GraphQL schema file too).
2626

27-
Make sure the config has a valid connection string, or you use the [`@env` syntax to reference an environment variable](docs/configuration-file.md#accessing-environment-variables).
27+
Make sure the config has a valid connection string, or you use the [`@env` syntax to reference an environment variable](https://learn.microsoft.com/azure/data-api-builder/configuration-file#accessing-environment-variables).
2828

2929
#### Visual Studio
3030

@@ -54,7 +54,7 @@ To run the SQL tests locally you will need to:
5454

5555
1. Setup a database using the server(s) that you want to test against.
5656
1. Create the database schema using the `DatabaseSchema-<engine>.sql` file.
57-
1. Set the connection string in `dab-config.<engine>.json` or use the [`@env` syntax to reference an environment variable](docs/configuration-file.md#accessing-environment-variables).
57+
1. Set the connection string in `dab-config.<engine>.json` or use the [`@env` syntax to reference an environment variable](https://learn.microsoft.com/azure/data-api-builder/configuration-file#accessing-environment-variables).
5858
- Note - do not commit the connection string to the repo.
5959

6060
Tests can then be run using the following commands:

samples/azure/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Azure Deploy Sample
22

3-
Use the provided `azure-deploy.sh` script to deploy Data API builder in an Azure Container Instance as described in [Running Data API Builder in Azure](/docs/running-in-azure.md)
3+
Use the provided `azure-deploy.sh` script to deploy Data API builder in an Azure Container Instance as described in [Running Data API Builder in Azure](https://learn.microsoft.com/azure/data-api-builder/running-in-azure)
44

5-
Use the provided `azure-container-apps-deploy.sh` script to deploy Data API builder in an Azure Container Apps as described in [Running Data API Builder in Azure](/docs/running-in-azure.md)
5+
Use the provided `azure-container-apps-deploy.sh` script to deploy Data API builder in an Azure Container Apps as described in [Running Data API Builder in Azure](https://learn.microsoft.com/azure/data-api-builder/running-in-azure)

0 commit comments

Comments
 (0)