Skip to content

Commit e84a951

Browse files
committed
Fix links
1 parent 8d86644 commit e84a951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-ref-services/latest/authorization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: authorization
88
---
99
# Azure Authorization libraries for python
1010

11-
## [Management API](/python/api/overview/azure/authorization/mgmt-authorization-readme)
11+
## [Management API](/python/api/overview/azure/mgmt-authorization-readme)
1212

1313
```bash
1414
pip install azure-mgmt-authorization
@@ -41,7 +41,7 @@ authorization_client = AuthorizationManagementClient(
4141

4242
## Check permissions for a resource group
4343

44-
The following code checks permissions in a given resource group. To create or manage resource groups, see [Resource Management](/python/api/overview/azure/azure.mgmt.resource).
44+
The following code checks permissions in a given resource group. To create or manage resource groups, see [Resource Management](/python/api/overview/azure/mgmt-resource-readme).
4545

4646
```python
4747
from azure.mgmt.redis.models import Sku, RedisCreateOrUpdateParameters

0 commit comments

Comments
 (0)