Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix EF8 links #4184

Merged
merged 1 commit into from
Dec 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions entity-framework/core/what-is-new/ef-core-8.0/plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Plan for Entity Framework Core 8
description: The themes and features planned for EF Core 8
author: ajcvickers
ms.date: 12/13/2022
ms.date: 12/14/2022
uid: core/what-is-new/ef-core-8.0/plan
---

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

## Suggestions

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.
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.
12 changes: 10 additions & 2 deletions entity-framework/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
- name: "Breaking changes in EF Core 7.0 (EF7)"
href: /ef/core/what-is-new/ef-core-7.0/breaking-changes
- name: "The plan for EF Core 8 (EF8)"
href: /ef/core/what-is-new/ef-core-8.0/whatsnew
href: /ef/core/what-is-new/ef-core-8.0/plan
- name: Getting started
items:
- name: EF Core Overview
Expand Down Expand Up @@ -64,7 +64,15 @@
href: core/what-is-new/index.md
- name: Release planning process
href: core/what-is-new/release-planning.md
- name: EF Core 7.0
- name: EF Core 8 (EF8)
items:
- name: High-level plan
href: core/what-is-new/ef-core-8.0/plan.md
- name: "What's new?"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could also not add What's new and Breaking changes to the TOC until we actually have content, but not important.

href: core/what-is-new/ef-core-8.0/whatsnew.md
- name: Breaking changes
href: core/what-is-new/ef-core-8.0/breaking-changes.md
- name: EF Core 7.0 (EF7)
items:
- name: High-level plan
href: core/what-is-new/ef-core-7.0/plan.md
Expand Down