Skip to content

Commit 60623ae

Browse files
Merge pull request #307293 from dominicbetts/aio-samples
AIO: WASM Fix broken links
2 parents 01f8375 + fb51741 commit 60623ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/iot-operations/connect-to-cloud/howto-configure-wasm-graph-definitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ moduleRequirements:
7575

7676
## Example 1: Simple graph definition
7777

78-
The [simple graph definition](https://github.com/Azure-Samples/explore-iot-operations/blob/wasm/samples/wasm/rust/graph-simple.yaml) demonstrates a basic three-stage pipeline that converts temperature data from Fahrenheit to Celsius:
78+
The [simple graph definition](https://github.com/Azure-Samples/explore-iot-operations/blob/main/samples/wasm/rust/graph-simple.yaml) demonstrates a basic three-stage pipeline that converts temperature data from Fahrenheit to Celsius:
7979

8080
:::code language="yaml" source="~/azure-iot-operations-samples/samples/wasm/rust/graph-simple.yaml":::
8181

@@ -103,7 +103,7 @@ The [temperature module](https://github.com/Azure-Samples/explore-iot-operations
103103

104104
## Example 2: Complex graph definition
105105

106-
The [complex graph definition](https://github.com/Azure-Samples/explore-iot-operations/blob/wasm/samples/wasm/rust/graph-complex.yaml) demonstrates a sophisticated multi-sensor processing workflow that handles temperature, humidity, and image data with advanced analytics:
106+
The [complex graph definition](https://github.com/Azure-Samples/explore-iot-operations/blob/main/samples/wasm/rust/graph-complex.yaml) demonstrates a sophisticated multi-sensor processing workflow that handles temperature, humidity, and image data with advanced analytics:
107107

108108
:::code language="yaml" source="~/azure-iot-operations-samples/samples/wasm/rust/graph-complex.yaml":::
109109

0 commit comments

Comments
 (0)