Skip to content

Commit 5834d0a

Browse files
committed
Fix a typo in the docs
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent ccfc82e commit 5834d0a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

PIPELINES-AVID.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pipelines AVID Mapping
1111
within its datasource.
1212

1313
- An ``AVID`` is the unique identifier for the datasource used for this
14-
advisory (for example, ``nvd`` or ``github_osv``).
14+
advisory (datasource_id example: ``nvd`` or ``github_osv``).
1515

1616
A pipeline AVID is constructed by combining the pipeline identifier with the
1717
upstream Advisory ID ``datasource_id/advisory_id``. For example:

docs/source/user-interface.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Click on the package URL to view the package details.
3838
Navigate to Advisories
3939
-----------------------
4040

41-
You can directly navigate to an advisory page by specifying the importer name (for example, nvd)
42-
and the advisory identifier (for example, CVE-2026-23918). `https://public.vulnerablecode.io/advisories/advisory_name/AVID`
41+
You can directly navigate to an advisory page by specifying the datasource_id (for example, nvd)
42+
and advisory_id (for example, CVE-2026-23918). `https://public.vulnerablecode.io/advisories/datasource_id/advisory_id`
4343

4444
For example:
4545
- `https://public.vulnerablecode.io/advisories/github_osv/GHSA-6xcx-gx7r-rccj <https://public.vulnerablecode.io/advisories/github_osv/GHSA-6xcx-gx7r-rccj>`_

0 commit comments

Comments
 (0)