From e66a448c0365fe3c09039ed94a7aed559adb0ae3 Mon Sep 17 00:00:00 2001 From: Chris Mungall Date: Thu, 4 Apr 2024 09:49:56 -0400 Subject: [PATCH] Update plugins.md make it easier to find plugins --- docs/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plugins.md b/docs/plugins.md index f5e08583f..31658122d 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -38,4 +38,6 @@ A more detailed walkthrough of how to create a plugin is available [here](https: ## Existing plugins * [kgcl-java](https://github.com/gouttegd/kgcl-java) - a plugin that provides an `apply` command to apply ontology changes specified using the [Knowledge Graph Change Language](https://w3id.org/kgcl/) + * plugins can be downloaded directly from the [GitHub release page](https://github.com/gouttegd/kgcl-java/releases) * [sssom-java](https://incenp.org/dvlpt/sssom-java/) provides functionality for processing SSSOM files in the context of ontologies. + * plugins can be downloaded directly from the [GitHub release page](https://github.com/gouttegd/sssom-java/releases)