Skip to content

Commit 1e72691

Browse files
authored
Merge pull request #49 from MadeInShineA/main
Update of README.md links (NiTransforms and Pixi)
2 parents b1f88be + d85eb53 commit 1e72691

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
NiPreps Book is a [Jupyter Book](https://jupyterbook.org) that accompanies the NiPreps
44
community workshops. The material walks readers through implementing a
55
head-motion–correction workflow for diffusion MRI (dMRI) data using tools from
6-
[DIPY](https://dipy.org), [NiTransforms](https://nipy.org/nitransforms), and the
6+
[DIPY](https://dipy.org), [NiTransforms](https://nitransforms.readthedocs.io/en/latest/), and the
77
broader NiPreps ecosystem. Besides explaining the motivation behind the
88
"analysis-grade" data philosophy, the book provides hands-on notebooks that show
99
how to assemble reproducible preprocessing components.
@@ -21,15 +21,16 @@ Binder sessions can take a few minutes to start and reset after inactivity.
2121

2222
### Build the book locally
2323

24-
This repository is configured with [pixi](https://prefix.dev/pixi) for
24+
This repository is configured with [pixi](https://pixi.sh/latest/) for
2525
reproducible environments:
2626

27-
1. [Install pixi](https://prefix.dev/docs/pixi/installation).
27+
1. [Install pixi](https://pixi.sh/latest/installation/).
2828
2. Create the environment and install the dependencies:
2929

3030
```bash
3131
pixi install
3232
```
33+
3334
3. Build the static HTML version of the book:
3435

3536
```bash

0 commit comments

Comments
 (0)