Skip to content

Commit 5c682bb

Browse files
authored
Merge pull request #38 from sonukapoor/docs/fix-broken-paths
docs: fix broken paths
2 parents f78ebc8 + db81eba commit 5c682bb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<a href="#quick-start">Quick Start</a> •
1111
<a href="#features">Features</a> •
1212
<a href="#usage">Usage</a> •
13-
<a href="CONTRIBUTING.md">Contributing</a>
13+
<a href="https://github.com/sonukapoor/cve-lite-cli/blob/main/src/docs/CONTRIBUTING.md">Contributing</a>
1414
</p>
1515

1616
</div>
@@ -164,7 +164,7 @@ CVE Lite CLI is a local-first scanner. It parses dependency information locally,
164164

165165
It does not require a hosted account, cloud dashboard, or source code upload.
166166

167-
For the full explanation, see [Network Behavior and Privacy](./docs/network-and-privacy.md).
167+
For the full explanation, see [Network Behavior and Privacy](https://github.com/sonukapoor/cve-lite-cli/blob/main/src/docs/network-and-privacy.md).
168168

169169
### Planned support for stricter environments
170170

@@ -313,7 +313,7 @@ Run it before a release, during dependency cleanup, or after a major package upg
313313

314314
### CI/CD
315315

316-
This repository also uses CVE Lite CLI in its own GitHub Actions workflow to scan itself as part of CI. See [`self-scan.yml`](./.github/workflows/self-scan.yml).
316+
This repository also uses CVE Lite CLI in its own GitHub Actions workflow to scan itself as part of CI. See [`self-scan.yml`](https://github.com/sonukapoor/cve-lite-cli/blob/main/.github/workflows/self-scan.yml).
317317

318318
For CI, we recommend using `--verbose` so build logs include the full fix plan, dependency paths, and detailed table output when a scan fails.
319319

@@ -456,7 +456,7 @@ CVE Lite CLI is evolving from a vulnerability scanner into a comprehensive remed
456456

457457
This project is being shaped around real-world developer usability. Feedback on output clarity, remediation guidance, ecosystem coverage, and CI usage is especially valuable.
458458

459-
To get started, see [CONTRIBUTING.md](./CONTRIBUTING.md).
459+
To get started, see [CONTRIBUTING.md](https://github.com/sonukapoor/cve-lite-cli/blob/main/src/docs/CONTRIBUTING.md).
460460

461461
## Community and support
462462

@@ -475,7 +475,7 @@ Helpful feedback includes:
475475

476476
As the project grows, contribution and security guidance will be expanded further in dedicated project docs.
477477

478-
For bug reports and feature requests, please use [GitHub Issues](https://github.com/sonukapoor/cve-lite-cli/issues). For contribution guidance, see [CONTRIBUTING.md](./CONTRIBUTING.md). For security-related reporting, see [SECURITY.md](./SECURITY.md).
478+
For bug reports and feature requests, please use [GitHub Issues](https://github.com/sonukapoor/cve-lite-cli/issues). For contribution guidance, see [CONTRIBUTING.md](https://github.com/sonukapoor/cve-lite-cli/blob/main/src/docs/CONTRIBUTING.md). For security-related reporting, see [SECURITY.md](https://github.com/sonukapoor/cve-lite-cli/blob/main/src/docs/SECURITY.md).
479479

480480
## License
481481

0 commit comments

Comments
 (0)