Skip to content

Commit 94fdf61

Browse files
Merge pull request #224676 from dominicbetts/hub-fix-links
IoT Hub: Fix Python links
2 parents eacb9e3 + 9d3ddbc commit 94fdf61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/how-to-collect-device-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ To learn more about capturing and viewing trace data from the Node.js SDK, see [
218218

219219
:::zone pivot="programming-language-python"
220220

221-
The Azure IoT SDK for Python uses the [logging](https://docs.python.org/3/library/logging.htm) module to capture trace logs. You control the trace by using a logging configuration file. If you're using one of the samples in the SDK, you may need to modify the code to load a logging configuration from a file:
221+
The Azure IoT SDK for Python uses the [logging](https://docs.python.org/3/library/logging.html) module to capture trace logs. You control the trace by using a logging configuration file. If you're using one of the samples in the SDK, you may need to modify the code to load a logging configuration from a file:
222222

223223
Replace the following line:
224224

@@ -270,7 +270,7 @@ args=('device.log', 'w')
270270
format=%(asctime)s - %(name)s - %(levelname)s - %(message)s
271271
```
272272

273-
To learn more about capturing and viewing trace data from the Python SDK, see [Configure logging in the Azure libraries for Python](/developer/python/sdk/azure-sdk-logging.md).
273+
To learn more about capturing and viewing trace data from the Python SDK, see [Configure logging in the Azure libraries for Python](/azure/developer/python/sdk/azure-sdk-logging).
274274

275275
:::zone-end
276276

0 commit comments

Comments
 (0)