Skip to content

Commit dc8ba4d

Browse files
committed
fix more links
1 parent 4560a58 commit dc8ba4d

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

docs/core/install/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Here's how to do it:
3939
- The same pattern applies for the `<TargetFrameworks>` property if it is being used.
4040

4141
> [!TIP]
42-
> The [GitHub Copilot app modernization - upgrade](../porting/github-copilot-app-modernization-overview.md) capability can make these changes automatically.
42+
> The [GitHub Copilot app modernization - upgrade](../porting/github-copilot-app-modernization/overview.md) capability can make these changes automatically.
4343
4444
The next step is to build the project (or solution) with the new SDK. If additional changes are needed, the SDK will provide warnings and errors that guide you.
4545

docs/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ The following example shows the report of a completed upgrade that contained a t
9595

9696
## Project modifications
9797

98-
| Project name | Old Target Framework | New Target Framework | Commits |
99-
|:-----------------------------------------------|:-----------------------:|:----------------------------:|---------------------------|
100-
| RazorMovie | net6.0 | net9.0 | af8cf633, aa61a18d |
101-
| MvcMovie | net6.0 | net9.0 | cc8c9015 |
102-
| WpfMovie | net6.0-windows | net9.0-windows | 9c4b13f9 |
103-
| RazorMovie.Tests | net6.0 | net9.0 | b8d85e97 |
104-
| MvcMovie.Tests | net6.0 | net9.0 | b8d85e97 |
105-
| WpfMovie.Tests | net6.0-windows | net9.0-windows7.0 | b8d85e97 |
98+
| Project name | Old Target Framework | New Target Framework | Commits |
99+
|:-----------------|:--------------------:|:--------------------:|--------------------|
100+
| RazorMovie | net6.0 | net9.0 | af8cf633, aa61a18d |
101+
| MvcMovie | net6.0 | net9.0 | cc8c9015 |
102+
| WpfMovie | net6.0-windows | net9.0-windows | 9c4b13f9 |
103+
| RazorMovie.Tests | net6.0 | net9.0 | b8d85e97 |
104+
| MvcMovie.Tests | net6.0 | net9.0 | b8d85e97 |
105+
| WpfMovie.Tests | net6.0-windows | net9.0-windows7.0 | b8d85e97 |
106106

107107
## NuGet Packages
108108

@@ -153,4 +153,4 @@ After completing the upgrade process:
153153

154154
## Related content
155155

156-
- [GitHub Copilot app modernization FAQ](github-copilot-app-modernization/faq.yml)
156+
- [GitHub Copilot app modernization FAQ](faq.yml)
File renamed without changes.

docs/core/porting/includes/github-copilot-suggestion.md renamed to docs/core/porting/github-copilot-app-modernization/includes/github-copilot-suggestion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.topic: include
66
---
77

88
> [!IMPORTANT]
9-
> Try the [GitHub Copilot app modernization chat agent](../github-copilot-app-modernization-overview.md). This agent analyzes your projects and dependencies, produces a step-by-step migration plan with targeted recommendations and automated code fixes, and commits each change so you can validate or roll back. It automates common porting tasks—updating project files, replacing deprecated APIs, and resolving build issues—so you can modernize faster with less manual effort. For more information, see [What is GitHub Copilot app modernization](../github-copilot-app-modernization-overview.md).
9+
> Try the [GitHub Copilot app modernization chat agent](../github-copilot-app-modernization/overview.md). This agent analyzes your projects and dependencies, produces a step-by-step migration plan with targeted recommendations and automated code fixes, and commits each change so you can validate or roll back. It automates common porting tasks—updating project files, replacing deprecated APIs, and resolving build issues—so you can modernize faster with less manual effort. For more information, see [What is GitHub Copilot app modernization](../github-copilot-app-modernization/overview.md).

docs/core/porting/github-copilot-app-modernization/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ landingContent:
1616
- linkListType: overview
1717
links:
1818
- text: Upgrade .NET apps
19-
url: ../../core/porting/github-copilot-app-modernization-overview.md
19+
url: ../../core/porting/github-copilot-app-modernization/overview.md
2020
- text: FAQ
2121
url: ../../core/porting/github-copilot-app-modernization/faq.yml
2222
- linkListType: how-to-guide

docs/core/porting/github-copilot-app-modernization/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@ The tool only collects data about project types, intent to upgrade, and upgrade
170170
## Related content
171171

172172
- [How to upgrade a .NET app with GitHub Copilot app modernization](how-to-upgrade-with-github-copilot.md)
173-
- [Quickstart to migrate a .NET Project](../../azure/migration/appmod/quickstart.md)
173+
- [Quickstart to migrate a .NET Project](../../../azure/migration/appmod/quickstart.md)
174174
- [GitHub Copilot app modernization FAQ](faq.yml)

0 commit comments

Comments
 (0)