From 886cbf6d780eb570d4eddf77749e207bce64d420 Mon Sep 17 00:00:00 2001 From: Andrew Su Date: Thu, 1 May 2025 21:32:00 -0700 Subject: [PATCH] update kgx link --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index af2d355..ce359c0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -41,7 +41,7 @@ KG-Hub also maintains: - should make use of ontologies from the [OBO Foundry](http://www.obofoundry.org/), where possible. - should be responsible for the veracity of the datasets that they ingest and are responsible for keeping track of evidence and provenance for assertions in their KG. - should provide their KG for download and must follow [semantic versioning guidelines](https://semver.org/). - - should provide their KG in the [KGX interchange format](https://github.com/NCATS-Tangerine/kgx/blob/master/data-preparation.md) in addition to their format of choice. + - should provide their KG in the [KGX interchange format](https://github.com/biolink/kgx/blob/master/docs/data-preparation.md) in addition to their format of choice. - must have a License, Contributing guidelines, Code of Conduct, and be open to the community for contributions as well as consumption. Optionally, each instance of KG-Hub can also provide a Docker image such that their code can be run easily as a container.