Skip to content

Commit 2e6da17

Browse files
authored
Merge pull request #1074 from fabriziosestito/docs/readme-absolute-links
docs: use absolute links in README.md
2 parents 7ea4367 + e9a55f5 commit 2e6da17

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,33 @@
88

99
A SBOM-centric security scanner for Kubernetes.
1010

11-
This is still being developed. For additional details, please refer to the [RFC](docs/rfc).
11+
This is still being developed. For additional details, please refer to the [RFC](https://github.com/kubewarden/sbomscanner/tree/main/docs/rfc).
1212

1313
# Documentation
1414

1515
### Installation
1616

17-
- [Quickstart](docs/installation/quickstart.md)
18-
- [Uninstall](docs/installation/uninstall.md)
19-
- [Helm Chart Values Configuration](docs/installation/helm-values.md)
17+
- [Quickstart](https://github.com/kubewarden/sbomscanner/blob/main/docs/installation/quickstart.md)
18+
- [Uninstall](https://github.com/kubewarden/sbomscanner/blob/main/docs/installation/uninstall.md)
19+
- [Helm Chart Values Configuration](https://github.com/kubewarden/sbomscanner/blob/main/docs/installation/helm-values.md)
2020

2121
### Usage
2222

23-
- [Scanning Registries](docs/user-guide/scanning-registries.md)
24-
- [Scanning Workloads](docs/user-guide/scanning-workloads.md)
25-
- [Querying Reports](docs/user-guide/querying-reports.md)
26-
- [Private Registries](docs/user-guide/private-registries.md)
27-
- [VEX Support and VEXHub Integration](docs/user-guide/vex.md)
28-
- [Air Gap Support](docs/user-guide/airgap-support.md)
29-
- [MCP Server (Experimental)](docs/user-guide/mcp-server.md)
23+
- [Scanning Registries](https://github.com/kubewarden/sbomscanner/blob/main/docs/user-guide/scanning-registries.md)
24+
- [Scanning Workloads](https://github.com/kubewarden/sbomscanner/blob/main/docs/user-guide/scanning-workloads.md)
25+
- [Querying Reports](https://github.com/kubewarden/sbomscanner/blob/main/docs/user-guide/querying-reports.md)
26+
- [Private Registries](https://github.com/kubewarden/sbomscanner/blob/main/docs/user-guide/private-registries.md)
27+
- [VEX Support and VEXHub Integration](https://github.com/kubewarden/sbomscanner/blob/main/docs/user-guide/vex.md)
28+
- [Air Gap Support](https://github.com/kubewarden/sbomscanner/blob/main/docs/user-guide/airgap-support.md)
29+
- [MCP Server (Experimental)](https://github.com/kubewarden/sbomscanner/blob/main/docs/user-guide/mcp-server.md)
3030

3131
### Troubleshooting
3232

33-
- [Collecting logs](docs/troubleshooting/collecting-logs.md)
33+
- [Collecting logs](https://github.com/kubewarden/sbomscanner/blob/main/docs/troubleshooting/collecting-logs.md)
3434

3535
### Development
3636

37-
- [Contributing guidelines](CONTRIBUTING.md)
37+
- [Contributing guidelines](https://github.com/kubewarden/sbomscanner/blob/main/CONTRIBUTING.md)
3838

3939
### Contact
4040

0 commit comments

Comments
 (0)