Skip to content

Commit bc77922

Browse files
authored
Fix EF8 links (#4184)
1 parent 7ca6a57 commit bc77922

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

entity-framework/core/what-is-new/ef-core-8.0/plan.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Plan for Entity Framework Core 8
33
description: The themes and features planned for EF Core 8
44
author: ajcvickers
5-
ms.date: 12/13/2022
5+
ms.date: 12/14/2022
66
uid: core/what-is-new/ef-core-8.0/plan
77
---
88

@@ -157,4 +157,4 @@ EF Core GitHub issues are all assigned to one or more "areas". The queries below
157157

158158
## Suggestions
159159

160-
Your feedback on planning is important. Please comment on [GitHub Issue #26994](https://github.com/dotnet/efcore/issues/26994) with any feedback or general suggestions about the plan. The best way to indicate the importance of an issue is to vote (👍) for that [issue on GitHub](https://github.com/dotnet/efcore/issues). This data will then feed into the [planning process](xref:core/what-is-new/release-planning) for the next release.
160+
Your feedback on planning is important. Please comment on [GitHub Issue #29853](https://github.com/dotnet/efcore/issues/29853) with any feedback or general suggestions about the plan. The best way to indicate the importance of an issue is to vote (👍) for that [issue on GitHub](https://github.com/dotnet/efcore/issues). This data will then feed into the [planning process](xref:core/what-is-new/release-planning) for the next release.

entity-framework/toc.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- name: "Breaking changes in EF Core 7.0 (EF7)"
3636
href: /ef/core/what-is-new/ef-core-7.0/breaking-changes
3737
- name: "The plan for EF Core 8 (EF8)"
38-
href: /ef/core/what-is-new/ef-core-8.0/whatsnew
38+
href: /ef/core/what-is-new/ef-core-8.0/plan
3939
- name: Getting started
4040
items:
4141
- name: EF Core Overview
@@ -64,7 +64,15 @@
6464
href: core/what-is-new/index.md
6565
- name: Release planning process
6666
href: core/what-is-new/release-planning.md
67-
- name: EF Core 7.0
67+
- name: EF Core 8 (EF8)
68+
items:
69+
- name: High-level plan
70+
href: core/what-is-new/ef-core-8.0/plan.md
71+
- name: "What's new?"
72+
href: core/what-is-new/ef-core-8.0/whatsnew.md
73+
- name: Breaking changes
74+
href: core/what-is-new/ef-core-8.0/breaking-changes.md
75+
- name: EF Core 7.0 (EF7)
6876
items:
6977
- name: High-level plan
7078
href: core/what-is-new/ef-core-7.0/plan.md

0 commit comments

Comments
 (0)