Skip to content

Commit fdfd4ac

Browse files
committed
fix deploy
1 parent 8d60700 commit fdfd4ac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SoleDecisionTreeInterface.jl
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://giopaglia.github.io/SoleDecisionTreeInterface.jl/stable/)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://giopaglia.github.io/SoleDecisionTreeInterface.jl/dev/)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://aclai-lab.github.io/SoleDecisionTreeInterface.jl/stable/)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://aclai-lab.github.io/SoleDecisionTreeInterface.jl/dev/)
55
[![Build Status](https://github.com/aclai-lab/SoleDecisionTreeInterface.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/aclai-lab/SoleDecisionTreeInterface.jl/actions/workflows/CI.yml?query=branch%3Amain)
66
[![Coverage](https://codecov.io/gh/giopaglia/SoleDecisionTreeInterface.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/giopaglia/SoleDecisionTreeInterface.jl)
77

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makedocs(;
88
authors="Giovanni Pagliarini",
99
sitename="SoleDecisionTreeInterface.jl",
1010
format=Documenter.HTML(;
11-
canonical="https://giopaglia.github.io/SoleDecisionTreeInterface.jl",
11+
canonical="https://aclai-lab.github.io/SoleDecisionTreeInterface.jl",
1212
edit_link="main",
1313
assets=String[],
1414
),

0 commit comments

Comments
 (0)