From e77a8dc6880c83632fddbb5fa672c358b7d6c862 Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Wed, 10 Jul 2024 13:50:27 +0100 Subject: [PATCH] Fix URLS --- README.md | 8 ++++---- docs/index.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9c947fc..cb471e8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # tszip -[![Tests](https://github.com/tskit-dev/tszip/actions/workflows/tests.yml/badge.svg)](https://github.com/tskit-dev/tszip/actions/workflows/tests.yml) [![CircleCI](https://circleci.com/gh/tskit-dev/tszip.svg?style=svg)](https://circleci.com/gh/tskit-dev/tszip) [![codecov](https://codecov.io/gh/tskit-dev/tszip/branch/main/graph/badge.svg)](https://codecov.io/gh/tskit-dev/tszip) [![Documentation Status](https://readthedocs.org/projects/tszip/badge/?version=latest)](https://tszip.readthedocs.io/en/latest/?badge=latest) +[![Tests](https://github.com/tskit-dev/tszip/actions/workflows/tests.yml/badge.svg)](https://github.com/tskit-dev/tszip/actions/workflows/tests.yml) [![CircleCI](https://circleci.com/gh/tskit-dev/tszip.svg?style=svg)](https://circleci.com/gh/tskit-dev/tszip) [![codecov](https://codecov.io/gh/tskit-dev/tszip/branch/main/graph/badge.svg)](https://codecov.io/gh/tskit-dev/tszip) -Gzip-like compression for [tskit](https://tskit.readthedocs.io/) tree sequences. +Gzip-like compression for [tskit](https://tskit.dev/software/tskit.html) tree sequences. -Please see the [documentation](https://tszip.readthedocs.io/) for more details -and [installation instructions](https://tszip.readthedocs.io/en/latest/installation.html). +Please see the [documentation](https://tskit.dev/tszip/docs/latest/) for more details +and [installation instructions](https://tskit.dev/tszip/docs/latest/installation.html). diff --git a/docs/index.md b/docs/index.md index 4cd6748..1671c1c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ # Welcome to tszip ``tszip`` is a command line interface and Python API for compressing -[tskit](https://tskit.readthedocs.io/) tree sequence files produced +[tskit](https://tskit.dev/tskit) tree sequence files produced and read by software projects in the [tskit ecosystem](https://tskit.dev/software) such as [msprime](https://tskit.dev/software/msprime.html), [SLiM](https://messerlab.org/slim/), [fwdpy11](https://tskit.dev/software/fwdpy11.html)