From 28d8cf90d55cf04555af60c331850d520bb29099 Mon Sep 17 00:00:00 2001 From: Yan Wong Date: Wed, 14 May 2025 12:51:36 +0100 Subject: [PATCH] Correct link in getting_started There are multiple packages with the same ref, currently this links to the tszip one --- getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started.md b/getting_started.md index 672903ab..d2a55008 100644 --- a/getting_started.md +++ b/getting_started.md @@ -31,7 +31,7 @@ Throughout, we'll also provide pointers to where you can learn more. :::{note} The examples in this -tutorial are all written using the {ref}`sec_python_api`, but it's also possible to +tutorial are all written using the {ref}`~tskit:sec_python_api`, but it's also possible to {ref}`use R `, or access the API in other languages, notably {ref}`C` and [Rust](https://github.com/tskit-dev/tskit-rust). :::