Skip to content

Commit 40c2e72

Browse files
committed
Fix github links to use main branch
1 parent 6a967ab commit 40c2e72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/iot-operations/connect-to-cloud/howto-develop-wasm-modules.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ Use Docker builds for consistent builds across different environments and automa
532532

533533
# [Rust](#tab/rust)
534534

535-
For comprehensive examples of map, filter, branch, accumulate, and delay operators, see the [Rust examples](https://github.com/Azure-Samples/explore-iot-operations/tree/wasm/samples/wasm/rust/examples) in the samples repository. Complete implementations include:
535+
For comprehensive examples of map, filter, branch, accumulate, and delay operators, see the [Rust examples](https://github.com/Azure-Samples/explore-iot-operations/tree/main/samples/wasm/rust/examples) in the samples repository. Complete implementations include:
536536

537537
- **Map operators**: Data transformation and conversion logic
538538
- **Filter operators**: Conditional data processing and validation
@@ -541,11 +541,11 @@ For comprehensive examples of map, filter, branch, accumulate, and delay operato
541541
- **Delay operators**: Time-based processing control
542542
- **Complex workflows**: Multi-operator configurations with state management
543543

544-
For a complete implementation example, see the [branch module](https://github.com/Azure-Samples/explore-iot-operations/tree/wasm/samples/wasm/rust/examples/branch), which demonstrates parameter usage for conditional routing logic.
544+
For a complete implementation example, see the [branch module](https://github.com/Azure-Samples/explore-iot-operations/tree/main/samples/wasm/rust/examples/branch), which demonstrates parameter usage for conditional routing logic.
545545

546546
# [Python](#tab/python)
547547

548-
For comprehensive examples of map, filter, branch, accumulate, and delay operators, see the [Python examples](https://github.com/Azure-Samples/explore-iot-operations/tree/wasm/samples/wasm/python/examples) in the samples repository. Complete implementations include:
548+
For comprehensive examples of map, filter, branch, accumulate, and delay operators, see the [Python examples](https://github.com/Azure-Samples/explore-iot-operations/tree/main/samples/wasm/python/examples) in the samples repository. Complete implementations include:
549549

550550
- **Map operators**: Data transformation and conversion logic
551551
- **Filter operators**: Conditional data processing and validation
@@ -741,11 +741,11 @@ def temperature_converter_init(configuration):
741741

742742
---
743743

744-
For a complete implementation example, see the [branch module](https://github.com/Azure-Samples/explore-iot-operations/tree/wasm/samples/wasm/rust/examples/branch), which demonstrates parameter usage for conditional routing logic.
744+
For a complete implementation example, see the [branch module](https://github.com/Azure-Samples/explore-iot-operations/tree/main/samples/wasm/rust/examples/branch), which demonstrates parameter usage for conditional routing logic.
745745

746746
## Next steps
747747

748-
- See complete examples and advanced patterns in the [Azure IoT Operations WASM samples](https://github.com/Azure-Samples/explore-iot-operations/tree/wasm/samples/wasm) repository.
748+
- See complete examples and advanced patterns in the [Azure IoT Operations WASM samples](https://github.com/Azure-Samples/explore-iot-operations/tree/main/samples/wasm) repository.
749749
- Learn how to deploy your modules in [Use WebAssembly with data flow graphs](howto-dataflow-graph-wasm.md).
750750
- Configure your data flow endpoints in [Configure data flow endpoints](howto-configure-dataflow-endpoint.md).
751751

0 commit comments

Comments
 (0)