Skip to content

Commit a38dfa6

Browse files
authored
Update links to .NET What's new (#45019)
Now that both PRs are live.
1 parent 88917d8 commit a38dfa6

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

docs/csharp/index.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -305,23 +305,19 @@ additionalContent:
305305
# Card
306306
- title: ".NET API reference"
307307
summary: API reference documentation for .NET
308-
url: ../../api/index.md?view=net-9.0
308+
url: ../../api/index.md
309309
# Card
310310
- title: ".NET Framework API reference"
311311
summary: API reference documentation for .NET Framework
312312
url: ../../api/index.md?view=netframework-4.8&preserve-view=true
313313
# Card
314314
- title: "ASP.NET Core API reference"
315315
summary: API reference documentation for ASP.NET Core
316-
url: ../../api/index.md?view=view=aspnetcore-8.0&preserve-view=true
316+
url: ../../api/index.md
317317
# Card
318318
- title: "ML.NET API reference"
319319
summary: API reference documentation for ML.NET
320-
url: ../../api/index.md?view=ml-dotnet&preserve-view=true
321-
# Card
322-
- title: ".NET Package-provided API reference"
323-
summary: Reference documentation for package-provided .NET APIs
324-
url: ../../api/index.md?view=dotnet-9.0-pp&preserve-view=true
320+
url: ../../api/index.md
325321

326322
# footer (Optional; Remove if not applicable.)
327323
footer: "Are you interested in contributing to the .NET docs? For more information, see our [contributor guide](/contribute/dotnet/dotnet-contribute)."

docs/csharp/whats-new/csharp-14.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,6 @@ The `params` modifier still requires an explicitly typed parameter list.
8888

8989
You can read more about these changes in the article on [lambda expressions](../language-reference/operators/lambda-expressions.md#input-parameters-of-a-lambda-expression) in the C# language reference.
9090

91-
<!-- Add link to What's new in .NET 10 once it's published -->
91+
## See also
92+
93+
- [What's new in .NET 10](../../core/whats-new/dotnet-10/overview.md)

0 commit comments

Comments
 (0)