Skip to content

Commit ecc998f

Browse files
committed
Fixing Tabs Test
1 parent 644c1a9 commit ecc998f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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/spring1.1.x)
57+
#### [Spring Cloud 1.1.x](#tab/java)
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/spring1.2.x)
74+
#### [Spring Cloud 1.2.x](#tab/javascript)
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
@@ -56,15 +56,15 @@ Use the [Spring Initializr](https://start.spring.io/) to create a new Spring Boo
5656

5757
1. Open the *pom.xml* file in a text editor, and add the Spring Cloud Azure Config starter to the list of `<dependencies>`:
5858

59-
#### [Spring Cloud 1.1.x](#tab/spring1.1.x)
59+
#### [Spring Cloud 1.1.x](#tab/java)
6060
```xml
6161
<dependency>
6262
<groupId>com.microsoft.azure</groupId>
6363
<artifactId>spring-cloud-azure-feature-management-web</artifactId>
6464
<version>1.1.1</version>
6565
</dependency>
6666
```
67-
#### [Spring Cloud 1.2.x](#tab/spring1.2.x)
67+
#### [Spring Cloud 1.2.x](#tab/javascript)
6868
```xml
6969
<dependency>
7070
<groupId>com.microsoft.azure</groupId>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ We recommend that you keep feature flags outside the application and manage them
4949

5050
The easiest way to connect your Spring Boot application to App Configuration is through the configuration provider:
5151

52-
#### [Spring Cloud 1.1.x](#tab/spring1.1.x)
52+
#### [Spring Cloud 1.1.x](#tab/java)
5353

5454
```xml
5555
<dependency>
@@ -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/spring1.2.x)
62+
#### [Spring Cloud 1.2.x](#tab/javascript)
6363

6464
```xml
6565
<dependency>

0 commit comments

Comments
 (0)