Skip to content

Convert README.md links to absolute URLs for NuGet package compatibility#18

Merged
Malcolmnixon merged 2 commits intomainfrom
copilot/update-readme-absolute-urls
Dec 15, 2025
Merged

Convert README.md links to absolute URLs for NuGet package compatibility#18
Malcolmnixon merged 2 commits intomainfrom
copilot/update-readme-absolute-urls

Conversation

Copy link
Contributor

Copilot AI commented Dec 15, 2025

Relative links in README.md break when the file is packaged with NuGet and viewed on nuget.org, as the file system context is lost.

Changes

  • Converted relative documentation links to absolute GitHub URLs using reference-style markdown syntax
  • Added link reference definitions at end of file:
    • [architecture]https://github.com/demaconsulting/TestResults/blob/main/ARCHITECTURE.md
    • [contributing]https://github.com/demaconsulting/TestResults/blob/main/CONTRIBUTING.md
    • [code-of-conduct]https://github.com/demaconsulting/TestResults/blob/main/CODE_OF_CONDUCT.md
    • [license]https://github.com/demaconsulting/TestResults/blob/main/LICENSE

Reference-style links maintain markdown linter compliance (120 char line limit) while enabling absolute URLs.

Original prompt

please modify the README.md file links to use absolute URLs so the links work when the readme is included in the nuget package and viewed on nuget.org


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README.md links to use absolute URLs Convert README.md links to absolute URLs for NuGet package compatibility Dec 15, 2025
Copilot AI requested a review from Malcolmnixon December 15, 2025 19:39
@Malcolmnixon Malcolmnixon marked this pull request as ready for review December 15, 2025 19:46
@Malcolmnixon Malcolmnixon merged commit 7a96ddc into main Dec 15, 2025
8 checks passed
@Malcolmnixon Malcolmnixon deleted the copilot/update-readme-absolute-urls branch December 15, 2025 19:46
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