Skip to content

Commit 5771d1b

Browse files
kutsibalcintrogh
andauthored
Fix two links that 404 on code.visualstudio.com (#10120)
* 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. * Fix target URL --------- Co-authored-by: Nick Trogh <ntrogh@hotmail.com>
1 parent 87c655d commit 5771d1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/intelligentapps/finetune.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ If you want to modify the Azure subscription and resource group that were previo
396396
## Inference with the Phi Silica LoRA adapter
397397

398398
> [!IMPORTANT]
399-
> 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).
399+
> 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).
400400
401401
> [!NOTE]
402402
> Inference with the Phi Silica LoRA adapter is currently supported only on Copilot+ PCs with ARM processors.

docs/languages/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Let's debug the Hello World program, we created earlier. First we will set a bre
263263
<!--
264264
### Using launch.json
265265
266-
For more complicated debugging scenarios, you can create a `launch.json` [debugging configuration](/docs/debugtest/debugging.md/#launch-configurations) file. A `launch.json` file lets you pass arguments to your program, run pre-launch tasks, set environment variables, and much more.
266+
For more complicated debugging scenarios, you can create a `launch.json` [debugging configuration](/docs/debugtest/debugging-configuration.md#launch-configurations) file. A `launch.json` file lets you pass arguments to your program, run pre-launch tasks, set environment variables, and much more.
267267
268268
To create a `launch.json` for a Rust program:
269269

0 commit comments

Comments
 (0)