Skip to content

Commit aeafa49

Browse files
committed
fixed link and intro in rest doc
1 parent 8eb506a commit aeafa49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/rest/dependency-graph/dependency-submission.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Dependency submission
3-
intro: 'The Dependency submission API allows you to submit dependencies for projects that resolve dependencies when the project is built or compiled.'
3+
intro: 'The Dependency submission API allows you to submit dependencies for projects, such as the dependencies resolved when a project is built or compiled.'
44
versions:
55
feature: dependency-submission-api
66
miniTocMaxHeadingLevel: 3
@@ -12,4 +12,4 @@ miniTocMaxHeadingLevel: 3
1212

1313
{% data reusables.dependency-submission.about-dependency-submission %}
1414

15-
Dependencies are submitted to the dependency submission API in the form of a snapshot. A snapshot is a set of dependencies associated with a commit SHA and other metadata, that reflects the current state of your repository for a commit. You can choose to use pre-made actions or create your own actions to submit your dependencies to the dependency submission API in the required format each time your project is built. For more information about using the Dependency submission API, see the [Using the Dependency submission API](/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api).
15+
Dependencies are submitted to the dependency submission API in the form of a snapshot. A snapshot is a set of dependencies associated with a commit SHA and other metadata, that reflects the current state of your repository for a commit. You can choose to use pre-made actions or create your own actions to submit your dependencies to the dependency submission API in the required format each time your project is built. For more information about using the Dependency submission API, see "[Using the Dependency submission API](/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api)."

0 commit comments

Comments
 (0)