From 551c79fe5a6c4c51eda0dd30659b7ecd19dc0edf Mon Sep 17 00:00:00 2001 From: Frank Viernau Date: Fri, 10 Nov 2023 13:39:25 +0100 Subject: [PATCH] docs(README): Fix the link to version control system implementations This is a fix-up for [1]. [1]: https://github.com/oss-review-toolkit/ort/pull/7836 Signed-off-by: Frank Viernau --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae9a711d5c1b6..a7e5376bc9ff8 100644 --- a/README.md +++ b/README.md @@ -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: