Skip to content

Commit 26ff06e

Browse files
authored
update api refs (Azure#22253)
1 parent cafe68e commit 26ff06e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

sdk/eventhub/azure-eventhub/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Azure Event Hubs client library allows for publishing and consuming of Azure
1313
- Observe interesting operations and interactions happening within your business or other ecosystem, allowing loosely coupled systems to interact without the need to bind them together.
1414
- Receive events from one or more publishers, transform them to better meet the needs of your ecosystem, then publish the transformed events to a new stream for consumers to observe.
1515

16-
[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/eventhub/azure-eventhub/) | [Package (PyPi)](https://pypi.org/project/azure-eventhub/) | [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.html) | [Product documentation](https://docs.microsoft.com/azure/event-hubs/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventhub/azure-eventhub/samples)
16+
[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/eventhub/azure-eventhub/) | [Package (PyPi)](https://pypi.org/project/azure-eventhub/) | [API reference documentation][api_reference] | [Product documentation](https://docs.microsoft.com/azure/event-hubs/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventhub/azure-eventhub/samples)
1717

1818
## _Disclaimer_
1919

@@ -464,6 +464,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
464464
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
465465

466466
[avro]: https://avro.apache.org/
467+
[api_reference]: https://docs.microsoft.com/python/api/overview/azure/eventhub-readme
467468
[schemaregistry_service]: https://aka.ms/schemaregistry
468469
[schemaregistry_repo]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/schemaregistry/azure-schemaregistry
469470
[schemaregistry_avroserializer_repo]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/schemaregistry/azure-schemaregistry-avroserializer

sdk/eventhub/azure-eventhub/samples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ pip install azure-eventhub-checkpointstoreblob-aio # async version
120120

121121
## Next steps
122122

123-
Check out the [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.html) to learn more about
123+
Check out the [API reference documentation](https://docs.microsoft.com/python/api/overview/azure/eventhub-readme) to learn more about
124124
what you can do with the Azure Event Hubs client library.

sdk/servicebus/azure-servicebus/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ contact [[email protected]](mailto:[email protected]) with any additio
498498

499499
<!-- LINKS -->
500500
[azure_cli]: https://docs.microsoft.com/cli/azure
501-
[api_docs]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-servicebus/latest/index.html
501+
[api_docs]: https://docs.microsoft.com/python/api/overview/azure/servicebus-readme
502502
[product_docs]: https://docs.microsoft.com/azure/service-bus-messaging/
503503
[azure_portal]: https://portal.azure.com
504504
[azure_sub]: https://azure.microsoft.com/free/

sdk/servicebus/azure-servicebus/samples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,5 @@ pip install azure-identity
121121

122122
## Next steps
123123

124-
Check out the [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-servicebus/latest/index.html) to learn more about
124+
Check out the [API reference documentation](https://docs.microsoft.com/python/api/overview/azure/servicebus-readme) to learn more about
125125
what you can do with the Azure Service Bus client library.

0 commit comments

Comments
 (0)