Skip to content

Commit

Permalink
docs(downloader): Fix link to version control systems
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
  • Loading branch information
mnonnenmacher committed Mar 9, 2024
1 parent afcad47 commit bf37b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/tools/downloader.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 3
# Downloader

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](https://github.com/oss-review-toolkit/ort/blob/main/downloader/src/main/kotlin/vcs) to check out source code from version control.
The *downloader* takes care of things like normalizing URLs and using the [appropriate VCS tool](https://github.com/oss-review-toolkit/ort/blob/main/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 bf37b09

Please sign in to comment.