Skip to content

Commit 9c71d0c

Browse files
docs: CCBR -> NIDAP-Community
Fix references to the github organization: this repo is part of NIDAP-Community, not CCBR
1 parent 6dc2a1d commit 9c71d0c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ SCWorkflow.
2222

2323
### Clone the repo
2424

25-
If you are a member of [CCBR](https://github.com/CCBR),
25+
If you are a member of [NIDAP-Community](https://github.com/NIDAP-Community),
2626
you can clone this repository to your computer or development environment.
2727
Otherwise, you will first need to
2828
[fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)
2929
the repo and clone your fork. You only need to do this step once.
3030

3131
```sh
32-
git clone https://github.com/CCBR/SCWorkflow
32+
git clone https://github.com/NIDAP-Community/SCWorkflow
3333
```
3434

3535
> Cloning into 'SCWorkflow'... <br>
@@ -214,22 +214,22 @@ git push --set-upstream origin iss-10
214214
> remote: Resolving deltas: 100% (3/3), completed with 3 local objects. <br>
215215
> remote: <br>
216216
> remote: Create a pull request for 'iss-10' on GitHub by visiting: <br>
217-
> remote: https://github.com/CCBR/SCWorkflow/pull/new/iss-10 <br>
217+
> remote: https://github.com/NIDAP-Community/SCWorkflow/pull/new/iss-10 <br>
218218
> remote: <br>
219-
> To https://github.com/CCBR/SCWorkflow <br>
219+
> To https://github.com/NIDAP-Community/SCWorkflow <br>
220220
> <br>
221221
> [new branch] iss-10 -> iss-10 <br>
222222
> branch 'iss-10' set up to track 'origin/iss-10'. <br>
223223
224224
We recommend pushing your commits often so they will be backed up on GitHub.
225225
You can view the files in your branch on GitHub at
226-
`https://github.com/CCBR/SCWorkflow/tree/<your-branch-name>`
226+
`https://github.com/NIDAP-Community/SCWorkflow/tree/<your-branch-name>`
227227
(replace `<your-branch-name>` with the actual name of your branch).
228228

229229
### Create the PR
230230

231231
Once your branch is ready, create a PR on GitHub:
232-
<https://github.com/CCBR/SCWorkflow/pull/new/>
232+
<https://github.com/NIDAP-Community/SCWorkflow/pull/new/>
233233

234234
Select the branch you just pushed:
235235

0 commit comments

Comments
 (0)