@@ -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 ) ,
2626you can clone this repository to your computer or development environment.
2727Otherwise, you will first need to
2828[ fork] ( https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo )
2929the 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
224224We recommend pushing your commits often so they will be backed up on GitHub.
225225You 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
231231Once 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
234234Select the branch you just pushed:
235235
0 commit comments