From 5e2f926adefa99b1b0a594cf8f7f126334744fb9 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Fri, 9 Aug 2024 20:37:53 +0200 Subject: [PATCH] Refer to scanoss.java as the successor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5c9a35..0adb312 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Simple Java implementation of a scanner for the OSSKB (Open Source KB). This project is not actively maintained. -For an up-to-date API/SDK/CLI implementation, please refer to the [Python CLI](https://github.com/scanoss/scanoss.py). +For an up-to-date API/SDK see the [SCANOSS Java Library](https://github.com/scanoss/scanoss.java) or the [Python CLI](https://github.com/scanoss/scanoss.py). # Usage The code can be used as a library, or as a CLI.