Skip to content

Commit 3b8ca74

Browse files
author
Rujun Chen
authored
Fix link error about package. (Azure#23127)
1 parent f599405 commit 3b8ca74

File tree

22 files changed

+22
-22
lines changed
  • sdk/spring
    • azure-spring-boot-starter-active-directory-b2c
    • azure-spring-boot-starter-cosmos
    • 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

22 files changed

+22
-22
lines changed

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
@@ -515,7 +515,7 @@ Please follow [instructions here](https://github.com/Azure/azure-sdk-for-java/bl
515515
<!-- LINKS -->
516516
[docs]: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory-b2c-oidc
517517
[refdocs]: https://azure.github.io/azure-sdk-for-java/springboot.html#azure-spring-boot
518-
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/azure-active-directory-b2c-spring-boot-starter
518+
[package]: https://mvnrepository.com/artifact/com.azure.spring/azure-spring-boot-starter-active-directory-b2c
519519
[sample]: https://github.com/Azure-Samples/azure-spring-boot-samples
520520
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
521521
[environment_checklist]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/ENVIRONMENT_CHECKLIST.md#ready-to-run-checklist

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Please follow [instructions here](https://github.com/Azure/azure-sdk-for-java/bl
291291
<!-- LINKS -->
292292
[docs]: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-cosmos-db
293293
[refdocs]: https://azure.github.io/azure-sdk-for-java/springboot.html#azure-spring-boot
294-
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/azure-cosmosdb-spring-boot-starter
294+
[package]: https://mvnrepository.com/artifact/com.azure.spring/azure-spring-boot-starter-cosmos
295295
[sample]: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/tag_azure-spring-boot_3.6.0/cosmos/azure-spring-boot-sample-cosmos
296296
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
297297
[sample_cosmos_switch_key]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/cosmos/azure-spring-data-cosmos/src/samples/java/com/azure/spring/data/cosmos/SampleApplication.java

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Please follow [instructions here](https://github.com/Azure/azure-sdk-for-java/bl
203203
<!-- LINKS -->
204204
[docs]: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-key-vault
205205
[refdocs]: https://azure.github.io/azure-sdk-for-java/springboot.html#azure-spring-boot
206-
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-secrets-spring-boot-starter
206+
[package]: https://mvnrepository.com/artifact/com.azure.spring/azure-spring-boot-starter-keyvault-secrets
207207
[sample]: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/tag_azure-spring-boot_3.6.0/keyvault/azure-spring-boot-sample-keyvault-secrets
208208
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
209209
[version_link]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/keyvault/azure-security-keyvault-secrets/src/main/java/com/azure/security/keyvault/secrets/SecretServiceVersion.java#L12

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Please follow [instructions here](https://github.com/Azure/azure-sdk-for-java/bl
257257
<!-- LINKS -->
258258
[docs]: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus
259259
[refdocs]: https://azure.github.io/azure-sdk-for-java/springboot.html#azure-spring-boot
260-
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/azure-servicebus-jms-spring-boot-starter
260+
[package]: https://mvnrepository.com/artifact/com.azure.spring/azure-spring-boot-starter-servicebus-jms
261261
[sample]: https://github.com/Azure-Samples/azure-spring-boot-samples/
262262
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
263263
[servicebus-message-payloads]: https://docs.microsoft.com/azure/service-bus-messaging/service-bus-messages-payloads

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Please follow [instructions here][contributing_md] to build from source or contr
114114

115115
<!-- Link -->
116116
[docs]: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-storage
117-
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-starter-azure-storage
117+
[package]: https://mvnrepository.com/artifact/com.azure.spring/azure-spring-boot-starter-storage
118118
[refdocs]: https://azure.github.io/azure-sdk-for-java/springboot.html#azure-spring-boot
119119
[src]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-boot-starter-storage
120120
[sample]: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/tag_azure-spring-boot_3.6.0/storage/azure-spring-boot-sample-storage-resource

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Please follow [instructions here](https://github.com/Azure/azure-sdk-for-java/bl
7171
<!-- LINKS -->
7272
[docs]: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-boot-starters-for-azure
7373
[refdocs]: https://azure.github.io/azure-sdk-for-java/springboot.html#azure-spring-boot
74-
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/azure-spring-boot-starter
74+
[package]: https://mvnrepository.com/artifact/com.azure.spring/azure-spring-boot-starter
7575
[sample]: https://github.com/Azure-Samples/azure-spring-boot-samples
7676
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
7777
[environment_checklist]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/ENVIRONMENT_CHECKLIST.md#ready-to-run-checklist

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ You can participate community driven [![Gitter](https://badges.gitter.im/Microso
9393
[src]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-boot/src
9494
[docs]: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-boot-starters-for-azure
9595
[refdocs]: https://azure.github.io/azure-sdk-for-java/springboot.html#azure-spring-boot
96-
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/azure-spring-boot
96+
[package]: https://mvnrepository.com/artifact/com.azure.spring/azure-spring-boot
9797
[sample]: https://github.com/Azure-Samples/azure-spring-boot-samples
9898
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
9999
[environment_checklist]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/ENVIRONMENT_CHECKLIST.md#ready-to-run-checklist

sdk/spring/azure-spring-cloud-autoconfigure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Please follow [instructions here][contributing_md] to build from source or contr
7878

7979
<!-- Link -->
8080
[src]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-cloud-autoconfigure/src/
81-
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-autoconfigure
81+
[package]: https://mvnrepository.com/artifact/com.azure.spring/azure-spring-cloud-autoconfigure
8282
[refdocs]: https://azure.github.io/azure-sdk-for-java/springcloud.html#azure-spring-cloud-autoconfigure
8383
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
8484
[spring_io]: https://start.spring.io

sdk/spring/azure-spring-cloud-context/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Please follow [instructions here][contributing_md] to build from source or contr
5151

5252
<!-- Link -->
5353
[src]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-cloud-context/src
54-
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-context
54+
[package]: https://mvnrepository.com/artifact/com.azure.spring/azure-spring-cloud-context
5555
[refdocs]: https://azure.github.io/azure-sdk-for-java/springcloud.html#azure-spring-cloud-context
5656
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
5757
[logging_doc]: https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#boot-features-logging

sdk/spring/azure-spring-cloud-starter-cache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This project welcomes contributions and suggestions. Most contributions require
5454
Please follow [instructions here][contributing_md] to build from source or contribute.
5555

5656
<!-- Link -->
57-
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-starter-azure-cache
57+
[package]: https://mvnrepository.com/artifact/com.azure.spring/azure-spring-cloud-starter-cache
5858
[refdocs]: https://azure.github.io/azure-sdk-for-java/springcloud.html#azure-spring-cloud-autoconfigure
5959
[sample]: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/tag_azure-spring-boot_3.6.0/cache/azure-spring-cloud-sample-cache
6060
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application

0 commit comments

Comments
 (0)