Skip to content

Fix WPF redirects#53377

Open
gewarren wants to merge 1 commit intodotnet:mainfrom
gewarren:fix-redirects
Open

Fix WPF redirects#53377
gewarren wants to merge 1 commit intodotnet:mainfrom
gewarren:fix-redirects

Conversation

@gewarren
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings April 25, 2026 04:42
@gewarren gewarren requested a review from a team as a code owner April 25, 2026 04:42
@dotnetrepoman dotnetrepoman Bot added this to the April 2026 milestone Apr 25, 2026
@gewarren gewarren requested a review from adegeo April 25, 2026 04:42
@gewarren gewarren enabled auto-merge (squash) April 25, 2026 04:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates WPF redirect mappings so legacy /docs/framework/wpf/... pages redirect to newer /dotnet/desktop/wpf/... destinations.

Changes:

  • Update redirect target for the XAML overview page.
  • Update redirect target for XAML resources page.
  • Update redirect target for styling/templating overview page.

{
"source_path_from_root": "/docs/framework/wpf/advanced/xaml-overview-wpf.md",
"redirect_url": "/dotnet/desktop/wpf/fundamentals/xaml"
"redirect_url": "/dotnet/desktop/wpf/xaml/"
Copy link

Copilot AI Apr 25, 2026

Choose a reason for hiding this comment

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

This redirect_url is the only one in the file with a trailing slash (/dotnet/desktop/wpf/xaml/). The rest of the redirect targets omit trailing slashes, so this is likely accidental and may create inconsistent canonical URLs. Consider removing the trailing slash (or standardizing on one approach throughout the file).

Suggested change
"redirect_url": "/dotnet/desktop/wpf/xaml/"
"redirect_url": "/dotnet/desktop/wpf/xaml"

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants