Skip to content

Commit 49e3648

Browse files
committed
update links
1 parent 19686c8 commit 49e3648

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"access_right": "open",
33
"license": "MIT",
4-
"title": "palday/BoxCox.jl: Box-Cox transformation in Julia",
4+
"title": "JuliaMixedModels/BoxCox.jl: Box-Cox transformation in Julia",
55
"description": "A Julia package providing the Box-Cox transformation and generalizations thereof for marginal and conditional distributions.",
66
"upload_type": "software",
77
"creators": [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
44
[![Stable Docs][docs-stable-img]][docs-stable-url]
55
[![Dev Docs][docs-dev-img]][docs-dev-url]
6-
[![Codecov](https://codecov.io/gh/palday/BoxCox.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/palday/BoxCox.jl)
6+
[![Codecov](https://codecov.io/gh/JuliaMixedModels/BoxCox.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaMixedModels/BoxCox.jl)
77
[![DOI](https://zenodo.org/badge/682869439.svg)](https://doi.org/10.5281/zenodo.16986704)
88
[![Code Style: YAS](https://img.shields.io/badge/code%20style-yas-1fdcb3.svg)](https://github.com/jrevels/YASGuide)
99
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/d68e1e2f/BoxCox.jl)

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ makedocs(; root=joinpath(dirname(pathof(BoxCox)), "..", "docs"),
99
"mixed-models.md",
1010
"api.md"])
1111

12-
deploydocs(; repo="github.com/palday/BoxCox.jl", push_preview=true, devbranch="main")
12+
deploydocs(; repo="github.com/JuliaMixedModels/BoxCox.jl", push_preview=true, devbranch="main")

0 commit comments

Comments
 (0)