Skip to content

Commit b350439

Browse files
Merge pull request #89054 from damabe/1570680-Part3
SEOImprovements: User Story 1570680, Part 3
2 parents 8fd5a79 + c97e406 commit b350439

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

articles/service-bus-messaging/service-bus-java-how-to-use-queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In this tutorial, you learn how to create Java applications to send messages to
3838
## Configure your application to use Service Bus
3939
Make sure you have installed the [Azure SDK for Java][Azure SDK for Java] before building this sample. If you are using Eclipse, you can install the [Azure Toolkit for Eclipse][Azure Toolkit for Eclipse] that includes the Azure SDK for Java. You can then add the **Microsoft Azure Libraries for Java** to your project:
4040

41-
![Screenshot of the Libraries tab where you can add libraries](./media/service-bus-java-how-to-use-queues/eclipselibs.png)
41+
![Add Microsoft Azure Libraries for Java to your Eclipse project](./media/service-bus-java-how-to-use-queues/eclipse-azure-libraries-java.png)
4242

4343
Add the following `import` statements to the top of the Java file:
4444

articles/service-bus-messaging/service-bus-java-how-to-use-topics-subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In this quickstart, you write Java code to send messages to an Azure Service Bus
3737
## Configure your application to use Service Bus
3838
Make sure you have installed the [Azure SDK for Java][Azure SDK for Java] before building this sample. If you are using Eclipse, you can install the [Azure Toolkit for Eclipse][Azure Toolkit for Eclipse] that includes the Azure SDK for Java. You can then add the **Microsoft Azure Libraries for Java** to your project:
3939

40-
![Libraries in Eclipse Build Path](media/service-bus-java-how-to-use-topics-subscriptions/eclipselibs.png)
40+
![Add Microsoft Azure Libraries for Java to your Eclipse project](media/service-bus-java-how-to-use-topics-subscriptions/eclipse-azure-libraries-java.png)
4141

4242
You also need to add the following JARs to the Java Build Path:
4343

0 commit comments

Comments
 (0)