From bad640bef1e276ca22fe2f05b3b9fc066c781789 Mon Sep 17 00:00:00 2001 From: jakmro Date: Tue, 4 Feb 2025 09:46:52 +0100 Subject: [PATCH] fix: Correct link in ExecuTorch bindings documentation --- docs/docs/module-api/executorch-bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/module-api/executorch-bindings.md b/docs/docs/module-api/executorch-bindings.md index 4147008673..2cfbfa5c51 100644 --- a/docs/docs/module-api/executorch-bindings.md +++ b/docs/docs/module-api/executorch-bindings.md @@ -58,7 +58,7 @@ To run model with ExecuTorch Bindings it's essential to specify the shape of the ## End to end example -This example demonstrates the integration and usage of the ExecuTorch bindings with a [style transfer model](../computer-vision/useStyleTransfer.mdx). Specifically, we'll be using the `STYLE_TRANSFER_CANDY` model, which applies artistic style transfer to an input image. +This example demonstrates the integration and usage of the ExecuTorch bindings with a [style transfer model](../computer-vision/useStyleTransfer.md). Specifically, we'll be using the `STYLE_TRANSFER_CANDY` model, which applies artistic style transfer to an input image. ## Importing the Module and loading the model