Skip to content

Commit 7618bf9

Browse files
committed
fixed the broken link
1 parent f79bf6d commit 7618bf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ In this tutorial, you learn how to create Java applications to send messages to
3939
## Configure your application to use Service Bus
4040
Make sure you have installed the [Azure SDK for Java][Azure SDK for Java] before building this sample.
4141

42-
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:
42+
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. If you are using IntelliJ, see [Install the Azure Toolkit for IntelliJ](/azure/java/intellij/azure-toolkit-for-intellij-installation).
4343

4444
![Add Microsoft Azure Libraries for Java to your Eclipse project](./media/service-bus-java-how-to-use-queues/eclipse-azure-libraries-java.png)
4545

46-
If you are using IntelliJ, see [Install the Azure Toolkit for IntelliJ](/java/intellij/azure-toolkit-for-intellij-installation).
4746

4847
Add the following `import` statements to the top of the Java file:
4948

0 commit comments

Comments
 (0)