Fix broken go example links (#5814)
This commit is contained in:
Родитель
f1b6506b2d
Коммит
a9a5c0e091
|
@ -157,5 +157,5 @@ entries:
|
|||
|
||||
- Adding in the new Processor type, which can be used to do distributed (and load balanced) consumption of events, using a
|
||||
CheckpointStore. The built-in checkpoints.BlobStore uses Azure Blob Storage for persistence. A full example is
|
||||
in [example_processor_test.go](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/messaging/azeventhubs/example_processor_test.go).
|
||||
in [example_processor_test.go](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/messaging/azeventhubs/example_consuming_with_checkpoints_test.go).
|
||||
|
||||
|
|
|
@ -218,7 +218,7 @@ entries:
|
|||
|
||||
- ProcessorOptions.OwnerLevel has been removed. The Processor uses 0 as the owner level.
|
||||
- Uses the public release of `github.com/Azure/azure-sdk-for-go/sdk/storage/azblob` package rather than using an internal copy.
|
||||
For an example, see [example_processor_test.go](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/messaging/azeventhubs/example_processor_test.go).
|
||||
For an example, see [example_processor_test.go](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/messaging/azeventhubs/example_consuming_with_checkpoints_test.go).
|
||||
|
||||
#### Features Added
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче