Skip to content

Commit cf8d6bc

Browse files
committed
fix links
1 parent 40a2d8a commit cf8d6bc

5 files changed

Lines changed: 5 additions & 5 deletions

articles/event-hubs/event-hubs-kafka-flink-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ mvn exec:java -Dexec.mainClass="FlinkTestConsumer"
118118

119119
If the event hub has events (for example, if your producer is also running), then the consumer now begins receiving events from the topic `test`.
120120

121-
Check out [Flink's Kafka Connector Guide](https://ci.apache.org/projects/flink/flink-docs-stable/dev/connectors/kafka.html) for more detailed information about connecting Flink to Kafka.
121+
Check out [Flink's Kafka Connector Guide](https://nightlies.apache.org/flink/flink-docs-stable/docs/connectors/datastream/kafka) for more detailed information about connecting Flink to Kafka.
122122

123123
## Next steps
124124
To learn more about Event Hubs for Kafka, see the following articles:

articles/event-hubs/explore-captured-avro-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ Event Hubs Capture is the easiest way to get data into Azure. Using Azure Data L
7575
[Python]: https://avro.apache.org/docs/1.11.1/getting-started-python/
7676
[Event Hubs overview]: ./event-hubs-about.md
7777
[HDInsight: Address files in Azure storage]: ../hdinsight/hdinsight-hadoop-use-blob-storage.md
78-
[Azure Databricks: Azure Blob Storage]:https://docs.databricks.com/spark/latest/data-sources/azure/azure-storage.html
78+
[Azure Databricks: Azure Blob Storage]:/azure/databricks/archive/storage/azure-storage
7979
[Streaming at Scale: Event Hubs Capture]:https://github.com/yorek/streaming-at-scale/tree/master/event-hubs-capture

includes/iot-central-connect-device-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: include
66
ms.date: 06/06/2023
77
---
88

9-
[![Browse code](../articles/iot-central/core/media/common/browse-code.svg)](https://github.com/Azure/azure-iot-sdk-java/tree/main/iothub/device/iot-device-samples/pnp-device-sample)
9+
[![Browse code](../articles/iot-central/core/media/common/browse-code.svg)](https://github.com/Azure/azure-iot-sdk-java/tree/main/iothub/device/iot-device-samples)
1010

1111
[!INCLUDE [iot-authentication-device-connection-string](iot-authentication-device-connection-string.md)]
1212

includes/iot-develop-send-telemetry-iot-hub-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- sfi-ropc-nochange
1414
---
1515

16-
[![Browse code](../articles/iot/media/common/browse-code.svg)](https://github.com/Azure/azure-iot-sdk-java/tree/main/iothub/device/iot-device-samples/pnp-device-sample)
16+
[![Browse code](../articles/iot/media/common/browse-code.svg)](https://github.com/Azure/azure-iot-sdk-java/tree/main/iothub/device/iot-device-samples)
1717

1818
In this quickstart, you learn a basic Azure IoT application development workflow. You use the Azure CLI and IoT Explorer to create an Azure IoT hub and a device. Then you use an Azure IoT device SDK sample to run a temperature controller, connect it securely to the hub, and send telemetry. The temperature controller sample application runs on your local machine and generates simulated sensor data to send to IoT Hub.
1919

includes/iot-pnp-device-devguide-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 11/17/2022
88

99
## Sample code
1010

11-
You can find the sample code for many of the IoT Plug and Play constructs described in this article in the [Microsoft Azure IoT SDKs for Java](https://github.com/Azure/azure-iot-sdk-java/tree/main/iothub/device/iot-device-samples/pnp-device-sample) GitHub repository.
11+
You can find the sample code for many of the IoT Plug and Play constructs described in this article in the [Microsoft Azure IoT SDKs for Java](https://github.com/Azure/azure-iot-sdk-java/tree/main/iothub/device/iot-device-samples) GitHub repository.
1212

1313
## Model ID announcement
1414

0 commit comments

Comments
 (0)