Skip to content

Commit 7ea2096

Browse files
Merge pull request #213650 from flang-msft/fix-links-from-main-to-master
fxl---update master to main
2 parents d546e12 + 55d87c1 commit 7ea2096

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/azure-cache-for-redis/cache-event-grid-quickstart-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sitename=<your-site-name>
5656
5757
az deployment group create \
5858
--resource-group <resource_group_name> \
59-
--template-uri "https://raw.githubusercontent.com/Azure-Samples/azure-event-grid-viewer/master/azuredeploy.json" \
59+
--template-uri "https://raw.githubusercontent.com/Azure-Samples/azure-event-grid-viewer/main/azuredeploy.json" \
6060
--parameters siteName=$sitename hostingPlanName=viewerhost
6161
```
6262

articles/azure-cache-for-redis/cache-event-grid-quickstart-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $sitename="<your-site-name>"
8282
8383
New-AzResourceGroupDeployment `
8484
-ResourceGroupName $resourceGroup `
85-
-TemplateUri "https://raw.githubusercontent.com/Azure-Samples/azure-event-grid-viewer/master/azuredeploy.json" `
85+
-TemplateUri "https://raw.githubusercontent.com/Azure-Samples/azure-event-grid-viewer/main/azuredeploy.json" `
8686
-siteName $sitename `
8787
-hostingPlanName viewerhost
8888
```

articles/azure-cache-for-redis/cache-redis-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This sample shows how to:
3636
* Use Redis sets to implement tagging
3737
* Work with Redis Cluster
3838

39-
For more information, see the [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) documentation on GitHub. For more usage scenarios, see the [StackExchange.Redis.Tests](https://github.com/StackExchange/StackExchange.Redis/tree/master/tests) unit tests.
39+
For more information, see the [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) documentation on GitHub. For more usage scenarios, see the [StackExchange.Redis.Tests](https://github.com/StackExchange/StackExchange.Redis/tree/main/tests) unit tests.
4040

4141
[How to use Azure Cache for Redis with Python](cache-python-get-started.md) shows how to get started with Azure Cache for Redis using Python and the [redis-py](https://github.com/andymccurdy/redis-py) client.
4242

0 commit comments

Comments
 (0)