Skip to content

Commit

Permalink
Fixes broken links in azure-batch and eventhubs-eph README (#13334)
Browse files Browse the repository at this point in the history
* Fix broken link in azure-batch.

* Fix broken link in eventhubs/eph README.
  • Loading branch information
conniey authored Jul 20, 2020
1 parent d7d1af1 commit 588ac7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sdk/batch/microsoft-azure-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Azure Batch Libraries for Java is a higher-level, object-oriented API for in
**Azure Batch Authentication**

You need to create a Batch account through the [Azure portal](https://portal.azure.com) or Azure cli.
You need to create a Batch account through the [Azure portal](https://portal.azure.com) or Azure cli.

* Use the account name, key, and URL to create a `BatchSharedKeyCredentials` instance for authentication with the Azure Batch service.
The `BatchClient` class is the simplest entry point for creating and interacting with Azure Batch objects.
Expand Down Expand Up @@ -71,7 +71,7 @@ You can find sample code that illustrates Batch usage scenarios in https://githu

- A Java Developer Kit (JDK), v 1.7 or later
- Maven
- Azure Service Principal - see [how to create authentication info](./AUTH.md).
- Azure Service Principal - see [how to create authentication info](https://docs.microsoft.com/en-us/azure/batch/batch-aad-auth#use-a-service-principal).


## Help
Expand Down
4 changes: 2 additions & 2 deletions sdk/eventhubs/microsoft-azure-eventhubs-eph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# Microsoft Azure Event Processor Host for Java

Event Processor Host is built on top of the Azure Event Hubs Client and provides a number of features
not present in that lower layer. See the [readme for Azure Event Hubs Client for Java](../readme.md) for details of how to
not present in that lower layer. See the [README for Azure Event Hubs Client for Java](../microsoft-azure-eventhubs/README.md) for details of how to
include Event Processor Host in your project. See the [overview](Overview.md) for details of the functionality
that Event Processor Host offers and how to use it.
that Event Processor Host offers and how to use it.


![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Feventhubs%2Fmicrosoft-azure-eventhubs-eph%2FReadme.png)

0 comments on commit 588ac7b

Please sign in to comment.