diff --git a/README.md b/README.md index 07ccb3e..6b4a22e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # FastCholesky -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://biaslab.github.io/FastCholesky.jl/stable/) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://biaslab.github.io/FastCholesky.jl/dev/) -[![Build Status](https://github.com/biaslab/FastCholesky.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/biaslab/FastCholesky.jl/actions/workflows/CI.yml?query=branch%3Amain) -[![Coverage](https://codecov.io/gh/biaslab/FastCholesky.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/biaslab/FastCholesky.jl) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://reactivebayes.github.io/FastCholesky.jl/stable/) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://reactivebayes.github.io/FastCholesky.jl/dev/) +[![Build Status](https://github.com/reactivebayes/FastCholesky.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/reactivebayes/FastCholesky.jl/actions/workflows/CI.yml?query=branch%3Amain) +[![Coverage](https://codecov.io/gh/reactivebayes/FastCholesky.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/reactivebayes/FastCholesky.jl) [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) [![PkgEval](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/F/FastCholesky.svg)](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/F/FastCholesky.html) @@ -12,4 +12,4 @@ This package exports `fastcholesky` function, which works exactly like the `chol # License -[MIT License](LICENSE) Copyright (c) 2021-2024 BIASlab +[MIT License](LICENSE) Copyright (c) 2021-2024 BIASlab, 2024-present ReactiveBayes diff --git a/docs/make.jl b/docs/make.jl index 9fa5137..a5e2875 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -6,15 +6,15 @@ DocMeta.setdocmeta!(FastCholesky, :DocTestSetup, :(using FastCholesky, LinearAlg makedocs(; modules=[FastCholesky], authors="Bart van Erp , Bagaev Dmitry and contributors", - repo="https://github.com/biaslab/FastCholesky.jl/blob/{commit}{path}#{line}", + repo="https://github.com/reactivebayes/FastCholesky.jl/blob/{commit}{path}#{line}", sitename="FastCholesky.jl", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", - canonical="https://biaslab.github.io/FastCholesky.jl", + canonical="https://reactivebayes.github.io/FastCholesky.jl", edit_link="main", assets=String[], ), pages=["Home" => "index.md"], ) -deploydocs(; repo="github.com/biaslab/FastCholesky.jl", devbranch="main") +deploydocs(; repo="github.com/ReactiveBayes/FastCholesky.jl", devbranch="main", forcepush=true)