Skip to content

Commit 1dc8dc0

Browse files
committed
Fixing Tabs
1 parent ecc998f commit 1dc8dc0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/azure-app-configuration/quickstart-feature-flag-spring-boot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Use the [Spring Initializr](https://start.spring.io/) to create a new Spring Boo
5454

5555
1. Open the *pom.xml* file in a text editor and add the following to the list of `<dependencies>`.:
5656

57-
#### [Spring Cloud 1.1.x](#tab/java)
57+
#### [Spring Cloud 1.1.x](#tab/java/1.1)
5858
```xml
5959
<dependency>
6060
<groupId>com.microsoft.azure</groupId>
@@ -71,7 +71,7 @@ Use the [Spring Initializr](https://start.spring.io/) to create a new Spring Boo
7171
<artifactId>spring-boot-starter-thymeleaf</artifactId>
7272
</dependency>
7373
```
74-
#### [Spring Cloud 1.2.x](#tab/javascript)
74+
#### [Spring Cloud 1.2.x](#tab/java/1.2)
7575
```xml
7676
<dependency>
7777
<groupId>com.microsoft.azure</groupId>

articles/azure-app-configuration/quickstart-java-spring-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Use the [Spring Initializr](https://start.spring.io/) to create a new Spring Boo
6060
```xml
6161
<dependency>
6262
<groupId>com.microsoft.azure</groupId>
63-
<artifactId>spring-cloud-azure-feature-management-web</artifactId>
63+
<artifactId>spring-cloud-azure-feature-management</artifactId>
6464
<version>1.1.1</version>
6565
</dependency>
6666
```
67-
#### [Spring Cloud 1.2.x](#tab/javascript)
67+
#### [Spring Cloud 1.2.x](#tab/other)
6868
```xml
6969
<dependency>
7070
<groupId>com.microsoft.azure</groupId>

articles/azure-app-configuration/use-feature-flags-spring-boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The easiest way to connect your Spring Boot application to App Configuration is
5959
</dependency>
6060
```
6161

62-
#### [Spring Cloud 1.2.x](#tab/javascript)
62+
#### [Spring Cloud 1.2.x](#tab/other)
6363

6464
```xml
6565
<dependency>

0 commit comments

Comments
 (0)