Skip to content

Commit d51c9a8

Browse files
author
Rujun Chen
authored
Fix pipeline failure: broken link. (Azure#21705)
1 parent c09ecaf commit d51c9a8

File tree

26 files changed

+27
-27
lines changed
  • sdk
    • appconfiguration/azure-spring-cloud-starter-appconfiguration-config
    • spring
      • azure-spring-boot-starter-active-directory-b2c
      • azure-spring-boot-starter-active-directory
      • azure-spring-boot-starter-cosmos
      • azure-spring-boot-starter-keyvault-certificates
      • azure-spring-boot-starter-keyvault-secrets
      • azure-spring-boot-starter-servicebus-jms
      • azure-spring-boot-starter-storage
      • azure-spring-boot-starter
      • azure-spring-boot
      • azure-spring-cloud-autoconfigure
      • azure-spring-cloud-context
      • azure-spring-cloud-starter-cache
      • azure-spring-cloud-starter-eventhubs-kafka
      • azure-spring-cloud-starter-eventhubs
      • azure-spring-cloud-starter-servicebus
      • azure-spring-cloud-starter-storage-queue
      • azure-spring-cloud-storage
      • azure-spring-cloud-stream-binder-eventhubs
      • azure-spring-cloud-stream-binder-servicebus-core
      • azure-spring-cloud-stream-binder-servicebus-queue
      • azure-spring-cloud-stream-binder-servicebus-topic
      • azure-spring-integration-eventhubs
      • azure-spring-integration-servicebus
      • azure-spring-integration-storage-queue
      • azure-spring-starter-storage

26 files changed

+27
-27
lines changed

sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Please follow [instructions here][contributing_md] to build from source or contr
324324
[app_configuration_conversation_initail_sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-appconfiguration-conversion-sample-initial
325325
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
326326
[azure_subscription]: https://azure.microsoft.com/free
327-
[logging_doc]: https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-logging
327+
[logging_doc]: https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#boot-features-logging
328328
[contributing_md]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/CONTRIBUTING.md
329329
[maven]: https://maven.apache.org/
330330
[spring_conversion_duration]: https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html#boot-features-external-config-conversion-duration

sdk/spring/azure-spring-boot-starter-active-directory-b2c/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ logging.level.org.springframework.web=DEBUG
492492
logging.level.org.hibernate=ERROR
493493
```
494494

495-
For more information about setting logging in spring, please refer to the [official doc](https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-logging).
495+
For more information about setting logging in spring, please refer to the [official doc](https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#boot-features-logging).
496496

497497
## Next steps
498498

sdk/spring/azure-spring-boot-starter-active-directory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ Please follow [instructions here] to build from source or contribute.
663663
[graph-api-list-transitive-member-of]: https://docs.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0
664664
[instructions here]: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/spring/CONTRIBUTING.md
665665
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
666-
[official doc]: https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-logging
666+
[official doc]: https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#boot-features-logging
667667
[OAuth 2.0 implicit grant flow]: https://docs.microsoft.com/azure/active-directory/develop/v1-oauth2-implicit-grant-flow
668668
[package]: https://mvnrepository.com/artifact/com.azure.spring/azure-spring-boot-starter-active-directory
669669
[refdocs]: https://azure.github.io/azure-sdk-for-java/springboot.html#azure-spring-boot

sdk/spring/azure-spring-boot-starter-cosmos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ logging.level.org.springframework.web=DEBUG
273273
logging.level.org.hibernate=ERROR
274274
```
275275

276-
For more information about setting loging in pring, please refer to the [official doc](https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-logging).
276+
For more information about setting loging in pring, please refer to the [official doc](https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#boot-features-logging).
277277

278278

279279
## Next steps

sdk/spring/azure-spring-boot-starter-keyvault-certificates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ logging:
348348
hibernate: ERROR
349349
```
350350

351-
For more information about setting logging in spring, please refer to the [official doc](https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-logging).
351+
For more information about setting logging in spring, please refer to the [official doc](https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#boot-features-logging).
352352

353353
## Next steps
354354
The following section provide a sample project illustrating how to use the starter.

sdk/spring/azure-spring-boot-starter-keyvault-secrets/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ described in the “keyvault-name” element of [About keys, secrets, and certif
4444

4545
If your Spring property is using a name that does not honor the Key Vault secret
4646
key limitation use the following technique as described by
47-
[Externalized Configuration](https://docs.spring.io/autorepo/docs/spring-boot/current/reference/html/spring-boot-features.html#boot-features-external-config-placeholders-in-properties)
47+
[Externalized Configuration](https://docs.spring.io/autorepo/docs/spring-boot/current/reference/html/features.html#boot-features-external-config-placeholders-in-properties)
4848
in the Spring Boot documentation.
4949

5050
## Examples
@@ -188,7 +188,7 @@ logging.level.org.springframework.web=DEBUG
188188
logging.level.org.hibernate=ERROR
189189
```
190190

191-
For more information about setting logging in spring, please refer to the [official doc](https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-logging).
191+
For more information about setting logging in spring, please refer to the [official doc](https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#boot-features-logging).
192192

193193

194194
## Next steps

sdk/spring/azure-spring-boot-starter-servicebus-jms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ logging.level.org.springframework.web=DEBUG
240240
logging.level.org.hibernate=ERROR
241241
```
242242

243-
For more information about setting logging in spring, please refer to the [official doc](https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-logging).
243+
For more information about setting logging in spring, please refer to the [official doc](https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#boot-features-logging).
244244

245245

246246
## Next steps

sdk/spring/azure-spring-boot-starter-storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Please follow [instructions here][contributing_md] to build from source or contr
120120
[src]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-starter-storage
121121
[sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-storage-resource
122122
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
123-
[logging_doc]: https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-logging
123+
[logging_doc]: https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#boot-features-logging
124124
[contributing_md]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/CONTRIBUTING.md
125125
[maven]: https://maven.apache.org/
126126
[azure_blob_storage]: https://docs.microsoft.com/azure/storage/blobs/storage-blobs-introduction

sdk/spring/azure-spring-boot-starter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ logging.level.org.springframework.web=DEBUG
4949
logging.level.org.hibernate=ERROR
5050
```
5151

52-
For more information about setting logging in spring, please refer to the [official doc](https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-logging).
52+
For more information about setting logging in spring, please refer to the [official doc](https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#boot-features-logging).
5353

5454

5555
## Next steps

sdk/spring/azure-spring-boot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ logging.level.org.springframework.web=DEBUG
8080
logging.level.org.hibernate=ERROR
8181
```
8282

83-
For more information about setting logging in spring, please refer to the [official doc](https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-logging).
83+
For more information about setting logging in spring, please refer to the [official doc](https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#boot-features-logging).
8484

8585

8686
## Next steps

0 commit comments

Comments
 (0)