From a19bf49869294912734da812b8dbf03380261608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=BCller-Widmann?= Date: Thu, 4 Dec 2025 14:37:24 +0100 Subject: [PATCH] Fix links --- README.md | 4 ++-- docs/src/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d07471..6de90a9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Julia implementation of elliptical slice sampling. [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://turinglang.github.io/EllipticalSliceSampling.jl/stable) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://turinglang.github.io/EllipticalSliceSampling.jl/dev) -[![Build Status](https://github.com/TuringLang/EllipticalSliceSampling.jl/workflows/CI/badge.svg?branch=main)](https://github.com/TuringLang/EllipticalSliceSampling.jl/actions?query=workflow%3ACI%20branch%3Amain) +[![CI](https://github.com/TuringLang/EllipticalSliceSampling.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/TuringLang/EllipticalSliceSampling.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Codecov](https://codecov.io/gh/TuringLang/EllipticalSliceSampling.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/TuringLang/EllipticalSliceSampling.jl) [![Coveralls](https://coveralls.io/repos/github/TuringLang/EllipticalSliceSampling.jl/badge.svg?branch=main)](https://coveralls.io/github/TuringLang/EllipticalSliceSampling.jl?branch=main) [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) @@ -24,7 +24,7 @@ for more details. [![EllipticalSliceSampling.jl: MCMC with Gaussian priors](http://img.youtube.com/vi/S5gUED7Uq2Q/0.jpg)](https://www.youtube.com/watch?v=S5gUED7Uq2Q) -The slides are available as [Pluto notebook](https://talks.widmann.dev/2021/07/ellipticalslicesampling/). +The slides are available as [Pluto notebook](https://talks.widmann.dev/2021/07/EllipticalSliceSampling/). ## References diff --git a/docs/src/index.md b/docs/src/index.md index 4b6e4b7..5d4d9ea 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -18,7 +18,7 @@ priors with non-zero means and handle the change of variables internally. [![EllipticalSliceSampling.jl: MCMC with Gaussian priors](http://img.youtube.com/vi/S5gUED7Uq2Q/0.jpg)](https://www.youtube.com/watch?v=S5gUED7Uq2Q) -The slides are available as [Pluto notebook](https://talks.widmann.dev/2021/07/ellipticalslicesampling/). +The slides are available as [Pluto notebook](https://talks.widmann.dev/2021/07/EllipticalSliceSampling/). ## Usage