Skip to content

Commit d39e5df

Browse files
committed
Resolve broken links
1 parent 8e727a8 commit d39e5df

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/cosmos-db/dedicated-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The dedicated gateway is available in the following sizes. The integrated cache
7575
There are many different ways to provision a dedicated gateway:
7676

7777
- [Provision a dedicated gateway using the Azure portal](how-to-configure-integrated-cache.md#provision-the-dedicated-gateway)
78-
- [Use Azure Cosmos DB's REST API](/rest/api/cosmos-db-resource-provider/2022-05-15/service/create#sqldedicatedgatewayservicecreate)
78+
- [Use Azure Cosmos DB's REST API](/rest/api/cosmos-db-resource-provider/2022-11-15/service/create#sqldedicatedgatewayservicecreate)
7979
- [Azure CLI](/cli/azure/cosmosdb/service?view=azure-cli-latest&preserve-view=true#az-cosmosdb-service-create)
8080
- [ARM template](/azure/templates/microsoft.documentdb/databaseaccounts/services?tabs=bicep)
8181
- Note: You cannot deprovision a dedicated gateway using ARM templates

articles/cosmos-db/nosql/tutorial-import-notebooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This tutorial walks through how to import Jupyter notebooks from a GitHub reposi
2929

3030
## Create a copy of a GitHub repository
3131

32-
1. Navigate to the [azure-samples/cosmos-db-nosql-notebooks](https://github.com/azure-samples/cosmos-db-nosql-notebooks/generate) template repository.
32+
1. Navigate to the [azure-samples/cosmos-db-nosql-notebooks](https://github.com/azure-samples/cosmos-db-nosql-notebooks) template repository.
3333

3434
1. Create a new copy of the template repository in your own GitHub account or organization.
3535

articles/cosmos-db/postgresql/tutorial-design-database-multi-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ WHERE company_id = 5;
269269
```
270270

271271
More generally, we can create a [GIN
272-
indices](https://www.postgresql.org/docs/current/static/gin-intro.html) on
272+
indices](https://www.postgresql.org/docs/current/gin-intro.html) on
273273
every key and value within the column.
274274

275275
```sql

articles/cosmos-db/store-credentials-key-vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Now, store your Azure Cosmos DB credentials as secrets in the key vault.
139139

140140
In this section, create a new Azure Web App, deploy a sample application, and then register the Web App's managed identity with Azure Key Vault.
141141

142-
1. Create a new GitHub repository using the [cosmos-db-nosql-dotnet-sample-web-environment-variables template](https://github.com/azure-samples/cosmos-db-nosql-dotnet-sample-web-environment-variables/generate).
142+
1. Create a new GitHub repository using the [cosmos-db-nosql-dotnet-sample-web-environment-variables template](https://github.com/azure-samples/cosmos-db-nosql-dotnet-sample-web-environment-variables).
143143

144144
1. In the Azure portal, select **Create a resource > Web > Web App**.
145145

0 commit comments

Comments
 (0)