From 15e9bfd5cc610cabac6666fb1e3dd40ab1136403 Mon Sep 17 00:00:00 2001 From: Katharine Hyatt Date: Wed, 25 Feb 2026 15:06:07 +0100 Subject: [PATCH] Update README.md URLs again --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e5b6a6a..20b0f09 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ | [![CI][ci-img]][ci-url] | [![Codecov][codecov-img]][codecov-url] | [![Aqua QA][aqua-img]][aqua-url] | [ci-img]: - https://github.com/Jutho/StridedViews.jl/actions/workflows/CI.yml/badge.svg?branch=main + https://github.com/QuantumKitHub/StridedViews.jl/actions/workflows/CI.yml/badge.svg?branch=main [ci-url]: - https://github.com/Jutho/StridedViews.jl/actions/workflows/CI.yml?query=branch%3Amain + https://github.com/QuantumKitHub/StridedViews.jl/actions/workflows/CI.yml?query=branch%3Amain -[codecov-img]: https://codecov.io/gh/Jutho/StridedViews.jl/branch/main/graph/badge.svg -[codecov-url]: https://codecov.io/gh/Jutho/StridedViews.jl +[codecov-img]: https://codecov.io/gh/QuantumKitHub/StridedViews.jl/branch/main/graph/badge.svg +[codecov-url]: https://codecov.io/gh/QuantumKitHub/StridedViews.jl [aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg [aqua-url]: https://github.com/JuliaTesting/Aqua.jl @@ -23,7 +23,7 @@ StridedViews.jl exports a single struct type `StridedView` for representing a strided view over a contiguous parent array, as represented by the abstract type `DenseArray`. -See [Strided.jl](http://github.com/Jutho/Strided.jl) for more functionality. +See [Strided.jl](http://github.com/QuantumKitHub/Strided.jl) for more functionality. ---