From 775901da1e740ae5ea5f90fcb73fd0ea690e2de3 Mon Sep 17 00:00:00 2001 From: Huseyin Kutsi Balci Date: Mon, 10 Aug 2026 11:14:04 +0300 Subject: [PATCH 1/2] Fix two links that return 404 on code.visualstudio.com A stray slash before the anchor in rust.md, and a Microsoft Learn path written as a site-relative link in finetune.md. --- docs/intelligentapps/finetune.md | 2 +- docs/languages/rust.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intelligentapps/finetune.md b/docs/intelligentapps/finetune.md index 5027ff0defe..3cb034993bb 100644 --- a/docs/intelligentapps/finetune.md +++ b/docs/intelligentapps/finetune.md @@ -396,7 +396,7 @@ If you want to modify the Azure subscription and resource group that were previo ## Inference with the Phi Silica LoRA adapter > [!IMPORTANT] -> The Phi Silica APIs are part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, please use the [LAF Access Token Request Form](https://go.microsoft.com/fwlink/?linkid=2271232&c1cid=04x409). +> The Phi Silica APIs are part of a Limited Access Feature (see [LimitedAccessFeatures class](https://learn.microsoft.com/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, please use the [LAF Access Token Request Form](https://go.microsoft.com/fwlink/?linkid=2271232&c1cid=04x409). > [!NOTE] > Inference with the Phi Silica LoRA adapter is currently supported only on Copilot+ PCs with ARM processors. diff --git a/docs/languages/rust.md b/docs/languages/rust.md index 6a675dc1032..869692834dc 100644 --- a/docs/languages/rust.md +++ b/docs/languages/rust.md @@ -263,7 +263,7 @@ Let's debug the Hello World program, we created earlier. First we will set a bre