Skip to content

Commit

Permalink
docs(README): Fix the link to version control system implementations
Browse files Browse the repository at this point in the history
This is a fix-up for [1].

[1]: #7836

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Nov 13, 2023
1 parent 551b68b commit 551c79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ or [packages](./plugins/package-managers/spdx/src/funTest/assets/projects/synthe

Taking an ORT result file with an *analyzer* result as the input (`-i`), the *downloader* retrieves the source code of
all contained packages to the specified output directory (`-o`). The *downloader* takes care of things like normalizing
URLs and using the [appropriate VCS tool](./downloader/src/main/kotlin/vcs) to check out source code from version
URLs and using the [appropriate VCS tool](./plugins/version-control-systems) to check out source code from version
control.

Currently, the following Version Control Systems (VCS) are supported:
Expand Down

0 comments on commit 551c79f

Please sign in to comment.