Skip to content

Commit f0b3241

Browse files
committed
fix link
1 parent bfc0049 commit f0b3241

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/app-service/includes/quickstart-java/quickstart-java-javase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: cephalin
1010
[Azure App Service](/azure/app-service/) provides a highly scalable, self-patching web app hosting service. In this quickstart, you use the [Maven Plugin for Azure App Service Web Apps](https://github.com/microsoft/azure-maven-plugins/blob/develop/azure-webapp-maven-plugin/README.md) to deploy a Java web application with an embedded Spring Boot, Quarkus, or Tomcat server to App Service by using the [azure-webapp-maven-plugin](https://github.com/microsoft/azure-maven-plugins/wiki/Azure-Web-App).
1111

1212
If Maven isn't your preferred development tool, check out similar articles for Java developers:
13-
+ [Gradle](../../configure-language-java-deploy-run.md?pivots=platform-linux#gradle)
13+
+ [Gradle](../../configure-language-java-deploy-run.md#gradle)
1414
+ [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/create-hello-world-web-app)
1515
+ [Eclipse](/azure/developer/java/toolkit-for-eclipse/create-hello-world-web-app)
1616
+ [Visual Studio Code](https://code.visualstudio.com/docs/java/java-webapp)

articles/app-service/includes/quickstart-java/quickstart-java-jboss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: cephalin
1010
[Azure App Service](/azure/app-service/) provides a highly scalable, self-patching web app hosting service. In this quickstart, you use the [Maven Plugin for Azure App Service Web Apps](https://github.com/microsoft/azure-maven-plugins/blob/develop/azure-webapp-maven-plugin/README.md) to deploy a Java web application to a Linux JBoss EAP server in Azure App Service.
1111

1212
If Maven isn't your preferred development tool, check out similar articles for Java developers:
13-
+ [Gradle](../../configure-language-java-deploy-run.md?pivots=platform-linux#gradle)
13+
+ [Gradle](../../configure-language-java-deploy-run.md#gradle)
1414
+ [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/create-hello-world-web-app)
1515
+ [Eclipse](/azure/developer/java/toolkit-for-eclipse/create-hello-world-web-app)
1616
+ [Visual Studio Code](https://code.visualstudio.com/docs/java/java-webapp)

articles/app-service/includes/quickstart-java/quickstart-java-tomcat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: cephalin
1010
[Azure App Service](/azure/app-service/) provides a highly scalable, self-patching web app hosting service. In this quickstart, you use the [Maven Plugin for Azure App Service Web Apps](https://github.com/microsoft/azure-maven-plugins/blob/develop/azure-webapp-maven-plugin/README.md) to deploy a Java web application to a Linux Tomcat server in Azure App Service.
1111

1212
If Maven isn't your preferred development tool, check out similar articles for Java developers:
13-
+ [Gradle](../../configure-language-java-deploy-run.md?pivots=platform-linux#gradle)
13+
+ [Gradle](../../configure-language-java-deploy-run.md#gradle)
1414
+ [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/create-hello-world-web-app)
1515
+ [Eclipse](/azure/developer/java/toolkit-for-eclipse/create-hello-world-web-app)
1616
+ [Visual Studio Code](https://code.visualstudio.com/docs/java/java-webapp)

0 commit comments

Comments
 (0)