@@ -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
203203Made 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