Skip to content

Commit ace8122

Browse files
Convert README.md links to absolute URLs for NuGet package compatibility (#77)
* Initial plan * Convert README.md links to absolute URLs and remove QUALITY_IMPROVEMENTS_SUMMARY.md Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * Refactor README.md to use Markdown link references Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent e1bae57 commit ace8122

File tree

2 files changed

+12
-270
lines changed

2 files changed

+12
-270
lines changed

QUALITY_IMPROVEMENTS_SUMMARY.md

Lines changed: 0 additions & 264 deletions
This file was deleted.

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ var rootPackages = document.GetRootPackages();
136136
## Documentation
137137

138138
- [API Documentation](https://github.com/demaconsulting/SpdxModel/wiki) - Detailed API reference
139-
- [Contributing Guide](CONTRIBUTING.md) - How to contribute to the project
140-
- [Code of Conduct](CODE_OF_CONDUCT.md) - Community guidelines
141-
- [Security Policy](SECURITY.md) - Security vulnerability reporting
142-
- [AGENTS.md](AGENTS.md) - Instructions for AI coding agents
139+
- [Contributing Guide][contributing] - How to contribute to the project
140+
- [Code of Conduct][code-of-conduct] - Community guidelines
141+
- [Security Policy][security] - Security vulnerability reporting
142+
- [AGENTS.md][agents] - Instructions for AI coding agents
143143

144144
## Requirements
145145

@@ -173,7 +173,7 @@ dotnet test --collect:"XPlat Code Coverage;Format=opencover"
173173

174174
## Contributing
175175

176-
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details on:
176+
We welcome contributions! Please see our [Contributing Guide][contributing] for details on:
177177

178178
- Setting up your development environment
179179
- Coding standards and guidelines
@@ -182,7 +182,7 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f
182182

183183
## License
184184

185-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
185+
This project is licensed under the MIT License - see the [LICENSE][license] file for details.
186186

187187
## Support
188188

@@ -201,3 +201,9 @@ This project follows the [SPDX specification](https://spdx.dev/) maintained by t
201201
---
202202

203203
Made with ❤️ by [DEMA Consulting](https://github.com/demaconsulting)
204+
205+
[contributing]: https://github.com/demaconsulting/SpdxModel/blob/main/CONTRIBUTING.md
206+
[code-of-conduct]: https://github.com/demaconsulting/SpdxModel/blob/main/CODE_OF_CONDUCT.md
207+
[security]: https://github.com/demaconsulting/SpdxModel/blob/main/SECURITY.md
208+
[agents]: https://github.com/demaconsulting/SpdxModel/blob/main/AGENTS.md
209+
[license]: https://github.com/demaconsulting/SpdxModel/blob/main/LICENSE

0 commit comments

Comments
 (0)