Skip to content

Commit 798f45c

Browse files
authored
Fixup some anchor tags that weren't deeplinking (#614)
1 parent 6c031ac commit 798f45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ Subsequent actions will have access to the following outputs:
6262
- `steps.dependabot-metadata.outputs.dependency-names`
6363
- A comma-separated list of the package names updated by the PR.
6464
- `steps.dependabot-metadata.outputs.dependency-type`
65-
- The type of dependency has determined this PR to be. Possible values are: `direct:production`, `direct:development` and `indirect`. See [the `allow` documentation](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#allow) for descriptions of each.
65+
- The type of dependency has determined this PR to be. Possible values are: `direct:production`, `direct:development` and `indirect`. See [the `allow` documentation](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#dependency-type-allow) for descriptions of each.
6666
- `steps.dependabot-metadata.outputs.update-type`
67-
- The highest semver change being made by this PR, e.g. `version-update:semver-major`. For all possible values, see [the `ignore` documentation](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#ignore).
67+
- The highest semver change being made by this PR, e.g. `version-update:semver-major`. For all possible values, see [the `ignore` documentation](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#ignore--).
6868
- `steps.dependabot-metadata.outputs.updated-dependencies-json`
6969
- A JSON string containing the full information about each updated Dependency.
7070
- `steps.dependabot-metadata.outputs.directory`

0 commit comments

Comments
 (0)