Skip to content

Commit ac51d46

Browse files
authored
Merge pull request #1968 from limingu/patch-2
Fix the broken link in NGINX sdk document.
2 parents e977ca8 + 4caab33 commit ac51d46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs-ref-services/latest/mgmt-nginx-readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ client = NginxManagementClient(credential=DefaultAzureCredential(), subscription
5656
Code samples for this package can be found at:
5757
- [Search Nginx Management](/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com
5858
- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
59-
- [Other Nginx Management doc](https://github.com/nginxinc/nginxaas-for-azure-snippets/tree/main/snippets/sdk/python)
59+
- [Other Nginx Management doc](https://github.com/nginxinc/nginxaas-for-azure-snippets/tree/main/sdk/python)
6060

6161

6262
## Troubleshooting

docs-ref-services/latest/nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ ms.service: nginx
1212
[!INCLUDE [mgmt-packages](nginx-mgmt-index.md)]
1313

1414
## Example
15-
[Getting started - Managing NGINXaaS for Azure using Azure Python SDK](https://github.com/nginxinc/nginxaas-for-azure-snippets/tree/main/snippets/sdk/python)
15+
[Getting started - Managing NGINXaaS for Azure using Azure Python SDK](https://github.com/nginxinc/nginxaas-for-azure-snippets/tree/main/sdk/python)

docs-ref-services/preview/nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ ms.service: nginx
1111
[!INCLUDE [packages](nginx-index.md)]
1212

1313
## Example
14-
[Getting started - Managing NGINXaaS for Azure using Azure Python SDK](https://github.com/nginxinc/nginxaas-for-azure-snippets/tree/main/snippets/sdk/python)
14+
[Getting started - Managing NGINXaaS for Azure using Azure Python SDK](https://github.com/nginxinc/nginxaas-for-azure-snippets/tree/main/sdk/python)

0 commit comments

Comments
 (0)