Skip to content

Commit

Permalink
ACR: minor docs fixes (Azure#30387)
Browse files Browse the repository at this point in the history
* ACR: minor docs fixes
  • Loading branch information
lmolkova authored Aug 11, 2022
1 parent b59e98e commit fa3a7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fa3a7e6

Please sign in to comment.