From b72654fa64ed03ceaf6190666287a0c9a37817f6 Mon Sep 17 00:00:00 2001 From: Xianda Sun <5433119+sunxd3@users.noreply.github.com> Date: Sun, 16 Nov 2025 16:09:03 +0000 Subject: [PATCH] Update documentation links to new repository --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d564371d..9501d9ae 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ [![Coverage](https://codecov.io/gh/TuringLang/NestedSamplers.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/TuringLang/NestedSamplers.jl) [![LICENSE](https://img.shields.io/github/license/TuringLang/NestedSamplers.jl?color=yellow)](LICENSE) -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://TuringLang.github.io/NestedSamplers.jl/stable) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://TuringLang.github.io/NestedSamplers.jl/dev) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://chalk-lab.github.io/NestedSamplers.jl/stable) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://chalk-lab.github.io/NestedSamplers.jl/dev) Implementations of single- and multi-ellipsoidal nested sampling algorithms in pure Julia. We implement the [AbstractMCMC.jl](https://github.com/TuringLang/AbstractMCMC.jl) interface, allowing straightforward sampling from a variety of statistical models.