From 666ce2e8d0b3e6080d3a7b8293399b44207ae08b Mon Sep 17 00:00:00 2001 From: Yan Wong Date: Mon, 15 Jan 2024 11:13:23 +0000 Subject: [PATCH] Add direct links to Python and C APIs from README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47e729ccdd..6f3bf116ea 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ issue for a specific bug or feature request. We warmly welcome contributions from the community. Raise an issue if you have an idea you'd like to work on, or submit a PR for comments and help. -The base `tskit` library provides both a Python and C API. A Rust API is provided in the +The base `tskit` library provides both a [Python](https://tskit.dev/tskit/docs/latest/python-api.html) +and [C](https://tskit.dev/tskit/docs/latest/c-api.html) API. A Rust API is provided in the [tskit-rust](https://github.com/tskit-dev/tskit-rust) repository.