Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jun 16, 2025

The TfsWorkItemMigrationProcessor documentation contained a broken link to the FieldMaps reference that resulted in a 404 error when users tried to access it.

Issue

The link [FieldMaps](../Reference/FieldMaps/index.md) in the processor notes used an incorrect relative path. From the /docs/Reference/Processors/ directory, the path ../Reference/FieldMaps/index.md attempted to navigate to /docs/Reference/Reference/FieldMaps/index.md which doesn't exist.

Solution

  • Fixed the relative path: Changed ../Reference/FieldMaps/index.md to ../FieldMaps/index.md in TfsWorkItemMigrationProcessor-notes.md
  • Corrected ConsoleDataGenerator paths: Fixed path resolution issues in Program.cs and MarkdownLoader.cs that prevented proper documentation regeneration
  • Regenerated documentation: Used the ConsoleDataGenerator to update all collections and data files with the corrected link

Verification

The fix ensures that:

  • The link correctly resolves from /docs/Reference/Processors/ to /docs/Reference/FieldMaps/index.md
  • No broken FieldMaps links remain in the documentation
  • The target FieldMaps index page exists and is accessible
  • All generated documentation files contain the corrected link

Users can now successfully navigate to the Field Maps documentation without encountering 404 errors.

Fixes #2622.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copilot AI changed the title [WIP] Field maps link 404 in documenation Fix broken FieldMaps link in TfsWorkItemMigrationProcessor documentation Jun 16, 2025
Copilot AI requested a review from MrHinsh June 16, 2025 11:56
@MrHinsh MrHinsh marked this pull request as ready for review June 16, 2025 12:24
@MrHinsh MrHinsh enabled auto-merge June 16, 2025 12:24
@MrHinsh MrHinsh merged commit 5241537 into main Jun 16, 2025
14 checks passed
@MrHinsh MrHinsh deleted the copilot/fix-2622 branch June 16, 2025 12:33
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.

Field maps link 404 in documenation

2 participants