fix broken links (#897)
This commit is contained in:
Родитель
0bc384ea78
Коммит
2cba7abc9a
|
@ -12,7 +12,7 @@ If you have any questions about this document, please ask by creating GitHub iss
|
|||
|https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure-dependencies_{project-version}/sdk/spring[Azure/azure-sdk-for-java]
|
||||
|This repository used to hold the source code.
|
||||
|
||||
|https://github.com/microsoft/spring-cloud-azure/tree/{project-version}/docs/src/main/asciidoc[microsoft/spring-cloud-azure]
|
||||
|https://github.com/microsoft/spring-cloud-azure[microsoft/spring-cloud-azure]
|
||||
|This repository used to hold the document which is displaying in current page.
|
||||
|
||||
|===
|
||||
|
|
|
@ -216,7 +216,7 @@ spring:
|
|||
----
|
||||
|
||||
====== Advanced Consumer Configuration
|
||||
The above <<eventhubs-connection-configuration, connection>>, <<Checkpoint Configuration Properties, checkpoint>> and <<Configuration.adoc#configuration, common Azure SDK client>> configuration are supported to be customized for each binder consumer, which can be configured with the prefix `spring.cloud.stream.eventhubs.bindings.<binding-name>.consumer.`.
|
||||
The above <<eventhubs-connection-configuration, connection>>, <<Checkpoint Configuration Properties, checkpoint>> and <<configuration.adoc#configuration, common Azure SDK client>> configuration are supported to be customized for each binder consumer, which can be configured with the prefix `spring.cloud.stream.eventhubs.bindings.<binding-name>.consumer.`.
|
||||
|
||||
====== Producer Properties
|
||||
|
||||
|
@ -237,7 +237,7 @@ These properties are exposed via `EventHubsProducerProperties`.
|
|||
|===
|
||||
|
||||
====== Advanced Producer Configuration
|
||||
The above <<eventhubs-connection-configuration, connection>> and <<Configuration.adoc#configuration, common Azure SDK client>> configuration are supported to be customized for each binder producer, which can be configured with the prefix `spring.cloud.stream.eventhubs.bindings.<binding-name>.producer.`.
|
||||
The above <<eventhubs-connection-configuration, connection>> and <<configuration.adoc#configuration, common Azure SDK client>> configuration are supported to be customized for each binder producer, which can be configured with the prefix `spring.cloud.stream.eventhubs.bindings.<binding-name>.producer.`.
|
||||
|
||||
==== Basic Usage
|
||||
===== Sending and Receiving Messages from/to Event Hubs
|
||||
|
@ -782,7 +782,7 @@ to enable developers to settle messages manually.
|
|||
|===
|
||||
|
||||
====== Advanced Consumer Configuration
|
||||
The above <<servicebus-connection-configuration, connection>> and <<Configuration.adoc#configuration, common Azure SDK client>> configuration are supported to be customized for each binder consumer, which can be configured with the prefix `spring.cloud.stream.servicebus.bindings.<binding-name>.consumer.`.
|
||||
The above <<servicebus-connection-configuration, connection>> and <<configuration.adoc#configuration, common Azure SDK client>> configuration are supported to be customized for each binder consumer, which can be configured with the prefix `spring.cloud.stream.servicebus.bindings.<binding-name>.consumer.`.
|
||||
|
||||
====== Producer Properties
|
||||
|
||||
|
@ -803,7 +803,7 @@ value for sending of producer.
|
|||
IMPORTANT: When using the binding producer, property of `spring.cloud.stream.servicebus.bindings.<binding-name>.producer.entity-type` is required to be configured.
|
||||
|
||||
====== Advanced Producer Configuration
|
||||
The above <<servicebus-connection-configuration, connection>> and <<Configuration.adoc#configuration, common Azure SDK client>> configuration are supported to be customized for each binder producer, which can be configured with the prefix `spring.cloud.stream.servicebus.bindings.<binding-name>.producer.`.
|
||||
The above <<servicebus-connection-configuration, connection>> and <<configuration.adoc#configuration, common Azure SDK client>> configuration are supported to be customized for each binder producer, which can be configured with the prefix `spring.cloud.stream.servicebus.bindings.<binding-name>.producer.`.
|
||||
|
||||
==== Basic Usage
|
||||
===== Sending and Receiving Messages from/to Service Bus
|
||||
|
|
Загрузка…
Ссылка в новой задаче