fix: Resolve dead links in documentation files
- 02-memory/README.md: Remove broken example links, keep valid ones - CONTRIBUTING.md: Fix relative path to SECURITY.md - 07-plugins/README.md: Update MCP spec URL to working domain - .github/SECURITY_REPORTING.md: Update OWASP link to valid cheatsheet - .github/ISSUE_TEMPLATE/*: Replace placeholder links with comments - .github/markdown-link-check-config.json: Add ignore patterns for example URLs in code blocks (docs.example.com, template files)
This commit is contained in:
@@ -329,7 +329,7 @@ When contributing examples and documentation, please follow secure coding practi
|
||||
- **Validate inputs** - Show proper input validation and sanitization
|
||||
- **Include security notes** - Document security considerations
|
||||
|
||||
For security issues, see [SECURITY.md](../SECURITY.md) for our vulnerability reporting process.
|
||||
For security issues, see [SECURITY.md](SECURITY.md) for our vulnerability reporting process.
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
|
||||
Reference in New Issue
Block a user