diff --git a/sdk/identity/azure-identity/TROUBLESHOOTING.md b/sdk/identity/azure-identity/TROUBLESHOOTING.md index da8bc62a2152..2b8afbcfad31 100644 --- a/sdk/identity/azure-identity/TROUBLESHOOTING.md +++ b/sdk/identity/azure-identity/TROUBLESHOOTING.md @@ -249,4 +249,4 @@ Get-AzAccessToken -ResourceUrl "https://management.core.windows.net" Additional information on ways to reach out for support can be found in the [SUPPORT.md](https://github.com/Azure/azure-sdk-for-python/blob/main/SUPPORT.md) at the root of the repo. -[sdk_logging_docs]: https://docs.microsoft.com/azure/developer/python/azure-sdk-logging +[sdk_logging_docs]: https://docs.microsoft.com/azure/developer/python/sdk/azure-sdk-logging diff --git a/sdk/identity/azure-identity/migration_guide.md b/sdk/identity/azure-identity/migration_guide.md index 2bacd12050c2..6afed580c9bc 100644 --- a/sdk/identity/azure-identity/migration_guide.md +++ b/sdk/identity/azure-identity/migration_guide.md @@ -114,7 +114,7 @@ control -- for example, by adding the credential file name to your project's `.g The global documentation for authenticating Python apps on Azure is available [here][authenticate_docs]. -[authenticate_docs]: https://docs.microsoft.com/azure/developer/python/azure-sdk-authenticate?tabs=cmd +[authenticate_docs]: https://docs.microsoft.com/azure/developer/python/sdk/authentication-overview?tabs=cmd [cli_cred]: https://aka.ms/azsdk/python/identity/docs#azure.identity.AzureCliCredential [client_from_json]: https://docs.microsoft.com/python/api/azure-common/azure.common.client_factory?view=azure-python#get-client-from-json-dict-client-class--config-dict----kwargs- [client_from_auth_file]: https://docs.microsoft.com/python/api/azure-common/azure.common.client_factory?view=azure-python#get-client-from-auth-file-client-class--auth-path-none----kwargs-