Skip to content

Commit dc1c255

Browse files
committed
Update old childmindresearch urls
1 parent a6e46b6 commit dc1c255

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/ISSUE_TEMPLATE/development_task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: This is a template for a development task
33
# If you want to enable automatic linking to projects,
44
# uncomment the following line and replace the project ID
55
# with the ID of your project.
6-
# projects: ["childmindresearch/1"]
6+
# projects: ["styx-api/1"]
77
title: 'Task: '
88
labels: [task]
99
body:

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Styx <img src="docs/logo.svg" align="right" width="25%"/>
22

3-
[![Build](https://github.com/childmindresearch/styx/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/childmindresearch/styx/actions/workflows/test.yaml?query=branch%3Amain)
4-
[![codecov](https://codecov.io/gh/childmindresearch/styx/branch/main/graph/badge.svg?token=22HWWFWPW5)](https://codecov.io/gh/childmindresearch/styx)
3+
[![Build](https://github.com/styx-api/styx/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/styx-api/styx/actions/workflows/test.yaml?query=branch%3Amain)
4+
[![codecov](https://codecov.io/gh/styx-api/styx/branch/main/graph/badge.svg?token=22HWWFWPW5)](https://codecov.io/gh/styx-api/styx)
55
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
66
![stability-wip](https://img.shields.io/badge/stability-work_in_progress-lightgrey.svg)
7-
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/childmindresearch/styx/blob/main/LICENSE)
8-
[![pages](https://img.shields.io/badge/api-docs-blue)](https://childmindresearch.github.io/styx)
7+
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/styx-api/styx/blob/main/LICENSE)
8+
[![pages](https://img.shields.io/badge/api-docs-blue)](https://niwrap.dev/styx)
99

1010
Command line tool wrapper compiler.
1111

@@ -18,21 +18,21 @@ standard library (and on shared type definition). Runtimes are decoupled via dep
1818

1919
### Documentation
2020

21-
- [Styx Book](https://childmindresearch.github.io/styxbook/)
22-
- [Styx Playground](https://childmindresearch.github.io/styxplayground/)
21+
- [Styx Book](https://niwrap.dev/styxbook/)
22+
- [Styx Playground](https://niwrap.dev/styxplayground/)
2323

2424
### Precompiled wrappers
2525

26-
- [Neuroimaging](https://github.com/childmindresearch/niwrap)
26+
- [Neuroimaging](https://github.com/styx-api/niwrap)
2727

2828
### Runtimes
2929

30-
- [Docker](https://github.com/childmindresearch/styxdocker)
31-
- [Singularity](https://github.com/childmindresearch/styxsingularity)
30+
- [Docker](https://github.com/styx-api/styxdocker)
31+
- [Singularity](https://github.com/styx-api/styxsingularity)
3232

3333
### Middleware
3434

35-
- [Graph generation](https://github.com/childmindresearch/styxgraph)
35+
- [Graph generation](https://github.com/styx-api/styxgraph)
3636

3737

3838
## Installation

0 commit comments

Comments
 (0)