From 5ea8920c7251cb6e1d47b8af7d9183dde6fb381e Mon Sep 17 00:00:00 2001 From: Cat Date: Sat, 27 Dec 2025 14:48:42 +0100 Subject: [PATCH 1/2] fix(docs): incorrect api path in faq --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index aa73dacb3b9..05cee60f5a8 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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 From b635659866d8fa64c17761d392157de69c299868 Mon Sep 17 00:00:00 2001 From: Cat Date: Sat, 27 Dec 2025 22:04:24 +0100 Subject: [PATCH 2/2] fix(docs): incorrect api path 2 Thanks to @ashmod ! Co-authored-by: Shehab <127568346+ashmod@users.noreply.github.com> --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 05cee60f5a8..f4a38bd5576 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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.