From fae7a3a0be965357e493cee570b8f0d1d772d686 Mon Sep 17 00:00:00 2001 From: "Gordon Lam (SH)" Date: Mon, 13 Apr 2026 16:02:42 +0800 Subject: [PATCH] Fix API Reference 'See also' link from release/experimental to main The Windows ML Samples link pointed to the stale release/experimental branch. Fixes ADO #61791582 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/new-windows-ml/api-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new-windows-ml/api-reference.md b/docs/new-windows-ml/api-reference.md index b4c827b8..d1c14365 100644 --- a/docs/new-windows-ml/api-reference.md +++ b/docs/new-windows-ml/api-reference.md @@ -80,6 +80,6 @@ The pywinrt project includes a msvcp140.dll in the winrt-runtime package. This m * [Run ONNX models with Windows ML](./run-onnx-models.md) * [Windows App SDK Documentation](/windows/apps/windows-app-sdk/) * [Windows App SDK on GitHub](https://github.com/microsoft/WindowsAppSDK) -* [Windows ML Samples](https://github.com/microsoft/WindowsAppSDK-Samples/tree/release/experimental/Samples/WindowsML) +* [Windows ML Samples](https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/WindowsML) * [ONNX Runtime API Documentation](https://onnxruntime.ai/docs/api/) * [Package and deploy Windows apps](/windows/apps/package-and-deploy/deploy-overview)