Skip to content

Commit 01f8375

Browse files
Merge pull request #307290 from dominicbetts/aio-samples
Fix WASM paths
2 parents 9420d8f + 6f0e873 commit 01f8375

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ 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/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/wasm/samples/wasm/rust/graph-simple.yaml) demonstrates a basic three-stage pipeline that converts temperature data from Fahrenheit to Celsius:
7979

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

8282
For step-by-step deployment instructions and testing guidance for this example, see [Example 1: Basic deployment with one WASM module](howto-dataflow-graph-wasm.md#example-1-basic-deployment-with-one-wasm-module).
8383

@@ -103,9 +103,9 @@ 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/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/wasm/samples/wasm/rust/graph-complex.yaml) demonstrates a sophisticated multi-sensor processing workflow that handles temperature, humidity, and image data with advanced analytics:
107107

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

110110
For step-by-step deployment instructions and testing guidance for this example, see [Example 2: Deploy a complex graph](howto-dataflow-graph-wasm.md#example-2-deploy-a-complex-graph).
111111

0 commit comments

Comments
 (0)