Skip to content

Commit e42c79f

Browse files
committed
fix path for docs
1 parent b527688 commit e42c79f

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# SEQ_BRUKER_a_MP2RAGE_CS_360
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://aTrotier.github.io/SEQ_BRUKER_a_MP2RAGE_CS_360.jl/stable/)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://aTrotier.github.io/SEQ_BRUKER_a_MP2RAGE_CS_360.jl/dev/)
5-
[![Build Status](https://github.com/aTrotier/SEQ_BRUKER_a_MP2RAGE_CS_360.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/aTrotier/SEQ_BRUKER_a_MP2RAGE_CS_360.jl/actions/workflows/CI.yml?query=branch%3Amain)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://CRMSB.github.io/SEQ_BRUKER_a_MP2RAGE_CS_360/stable/)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://CRMSB.github.io/SEQ_BRUKER_a_MP2RAGE_CS_360/dev/)
5+
[![Build Status](https://github.com/CRMSB/SEQ_BRUKER_a_MP2RAGE_CS_360/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/CRMSB/SEQ_BRUKER_a_MP2RAGE_CS_360/actions/workflows/CI.yml?query=branch%3Amain)
6+
7+
8+
9+
Rawdata for tests are available here : https://zenodo.org/records/14046657

docs/make.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ DocMeta.setdocmeta!(SEQ_BRUKER_a_MP2RAGE_CS_360, :DocTestSetup, :(using SEQ_BRUK
66
makedocs(;
77
modules=[SEQ_BRUKER_a_MP2RAGE_CS_360],
88
authors="aTrotier <a.trotier@gmail.com> and contributors",
9-
sitename="SEQ_BRUKER_a_MP2RAGE_CS_360.jl",
9+
sitename="SEQ_BRUKER_a_MP2RAGE_CS_360",
1010
format=Documenter.HTML(;
11-
canonical="https://aTrotier.github.io/SEQ_BRUKER_a_MP2RAGE_CS_360.jl",
11+
canonical="https://CRMSB.github.io/SEQ_BRUKER_a_MP2RAGE_CS_360",
1212
edit_link="main",
1313
assets=String[],
1414
),
@@ -18,6 +18,6 @@ makedocs(;
1818
)
1919

2020
deploydocs(;
21-
repo="github.com/aTrotier/SEQ_BRUKER_a_MP2RAGE_CS_360.jl",
21+
repo="github.com/CRMSB/SEQ_BRUKER_a_MP2RAGE_CS_360",
2222
devbranch="main",
2323
)

0 commit comments

Comments
 (0)