Skip to content

Commit 9cc05cd

Browse files
CopilotMalcolmnixon
andcommitted
Convert README.md links to absolute URLs and remove QUALITY_IMPROVEMENTS_SUMMARY.md
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent daf0796 commit 9cc05cd

File tree

2 files changed

+6
-270
lines changed

2 files changed

+6
-270
lines changed

QUALITY_IMPROVEMENTS_SUMMARY.md

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

README.md

Lines changed: 6 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](https://github.com/demaconsulting/SpdxModel/blob/main/CONTRIBUTING.md) - How to contribute to the project
140+
- [Code of Conduct](https://github.com/demaconsulting/SpdxModel/blob/main/CODE_OF_CONDUCT.md) - Community guidelines
141+
- [Security Policy](https://github.com/demaconsulting/SpdxModel/blob/main/SECURITY.md) - Security vulnerability reporting
142+
- [AGENTS.md](https://github.com/demaconsulting/SpdxModel/blob/main/AGENTS.md) - 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](https://github.com/demaconsulting/SpdxModel/blob/main/CONTRIBUTING.md) 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](https://github.com/demaconsulting/SpdxModel/blob/main/LICENSE) file for details.
186186

187187
## Support
188188

0 commit comments

Comments
 (0)