Skip to content

Commit 6860979

Browse files
authored
fix(docs): api redirects on faq page (#4769)
Fixes redirects for the API page on [FAQ](https://google.github.io/osv.dev/faq/)
1 parent b1a49a5 commit 6860979

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ OSV consists of:
2727
1. [The OSV Schema](https://ossf.github.io/osv-schema/): An easy-to-use data
2828
format that maps precisely to open source versioning schemes.
2929
2. Reference infrastructure ([OSV.dev website](https://osv.dev/),
30-
[API](/api/), and tooling) that aggregates,
30+
[API](../api/), and tooling) that aggregates,
3131
[enriches](#what-does-osvdev-do-to-the-records-it-imports) and indexes
3232
vulnerability data from databases that use the OSV schema.
3333
3. [OSV-Scanner](https://github.com/google/osv-scanner), the officially
@@ -45,7 +45,7 @@ See our blog posts for more details:
4545

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

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

@@ -67,7 +67,7 @@ The benefits of the OSV schema have led to adoption by several vulnerability dat
6767

6868
### How do I use OSV as an open source user?
6969

70-
OSV.dev provides an [easy-to-use API](./api/) for querying against the aggregated database of vulnerabilities.
70+
OSV.dev provides an [easy-to-use API](../api/) for querying against the aggregated database of vulnerabilities.
7171

7272
[Command line tooling](https://github.com/google/osv-scanner) is also available for vulnerability scanning of SBOMs, language manifests, and container images.
7373

0 commit comments

Comments
 (0)