Skip to content

Commit f07146b

Browse files
author
Cam Soper
committed
fix linting
1 parent e52ff75 commit f07146b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/core/compatibility/10.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you're migrating an app to .NET 10, the breaking changes listed here might af
2121
|----------------------------------------------------------------------------------------------------------------------------|---------------------|--------------------|
2222
| [API obsoletions with non-default diagnostic IDs](core-libraries/10.0/obsolete-apis.md) | Source incompatible | Preview 1 |
2323
| [ActivitySource.CreateActivity and ActivitySource.StartActivity behavior change](core-libraries/10.0/activity-sampling.md) | Behavioral change | Preview 1 |
24-
| [C# 14 overload resolution with span parameters](csharp-overload-resolution.md) | Behavioral change | Preview 1 |
24+
| [C# 14 overload resolution with span parameters](core-libraries/10.0/csharp-overload-resolution.md) | Behavioral change | Preview 1 |
2525

2626
## Windows Forms
2727

docs/core/compatibility/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ items:
1515
- name: ActivitySource.CreateActivity and ActivitySource.StartActivity behavior change
1616
href: core-libraries/10.0/activity-sampling.md
1717
- name: C# 14 overload resolution with span parameters
18-
href: csharp-overload-resolution.md
18+
href: core-libraries/10.0/csharp-overload-resolution.md
1919
- name: Windows Forms
2020
items:
2121
- name: TreeView checkbox image truncation
@@ -1323,7 +1323,7 @@ items:
13231323
- name: ActivitySource.CreateActivity and ActivitySource.StartActivity behavior change
13241324
href: core-libraries/10.0/activity-sampling.md
13251325
- name: C# 14 overload resolution with span parameters
1326-
href: csharp-overload-resolution.md
1326+
href: core-libraries/10.0/csharp-overload-resolution.md
13271327
- name: .NET 9
13281328
items:
13291329
- name: Adding a ZipArchiveEntry sets header general-purpose bit flags

0 commit comments

Comments
 (0)