From fa3a7e67e2c6960097930661b5a20a016bf551a1 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Thu, 11 Aug 2022 12:17:33 -0700 Subject: [PATCH] ACR: minor docs fixes (#30387) * ACR: minor docs fixes --- .../azure-containers-containerregistry/README.md | 2 +- .../azure-containers-containerregistry/TROUBLESHOOTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/containerregistry/azure-containers-containerregistry/README.md b/sdk/containerregistry/azure-containers-containerregistry/README.md index b4d0c4dbbedcb..09abbde63750d 100644 --- a/sdk/containerregistry/azure-containers-containerregistry/README.md +++ b/sdk/containerregistry/azure-containers-containerregistry/README.md @@ -256,7 +256,7 @@ try { ## Troubleshooting -See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/0eb74418dc7a5ca2e40f954b3d7ce865321b6d86/sdk/containerregistry/azure-containers-containerregistry/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios. +See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/containerregistry/azure-containers-containerregistry/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios. ## Next steps diff --git a/sdk/containerregistry/azure-containers-containerregistry/TROUBLESHOOTING.md b/sdk/containerregistry/azure-containers-containerregistry/TROUBLESHOOTING.md index fe9eb32afddf9..1d0b8dab855c5 100644 --- a/sdk/containerregistry/azure-containers-containerregistry/TROUBLESHOOTING.md +++ b/sdk/containerregistry/azure-containers-containerregistry/TROUBLESHOOTING.md @@ -4,7 +4,7 @@ This troubleshooting guide contains instructions to diagnose frequently encounte ## General Troubleshooting -Container registry service methods throw a [HttpResponseException][https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java] or its subclass on failure. +Container registry service methods throw a [HttpResponseException](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java) or its subclass on failure. Here's the example of how to catch it with synchronous client