Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ OSV consists of:
1. [The OSV Schema](https://ossf.github.io/osv-schema/): An easy-to-use data
format that maps precisely to open source versioning schemes.
2. Reference infrastructure ([OSV.dev website](https://osv.dev/),
[API](./api/), and tooling) that aggregates,
[API](/api/), and tooling) that aggregates,
[enriches](#what-does-osvdev-do-to-the-records-it-imports) and indexes
vulnerability data from databases that use the OSV schema.
3. [OSV-Scanner](https://github.com/google/osv-scanner), the officially
Expand All @@ -45,7 +45,7 @@ See our blog posts for more details:

The OSV schema and OSV.dev can be used by:

1. Open source consumers: By querying [OSV.dev's API](./api/) and using our tooling to find known vulnerabilities in their dependencies.
1. Open source consumers: By querying [OSV.dev's API](/api/) and using our tooling to find known vulnerabilities in their dependencies.
2. Open source projects: By publishing vulnerabilities in the OSV format and having them imported by OSV.dev.
3. Vulnerability database producers: By making the database available in the OSV format.

Expand Down
Loading