Skip to content

Commit fb64b38

Browse files
committed
Found a few more mentions
1 parent 5bbb6ba commit fb64b38

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

docs/basic_training/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Now copy the above example into your favorite text editor and save it to a file
166166

167167
!!! warning
168168

169-
For the Gitpod tutorial, make sure you are in the folder called `nf-training`
169+
For the GitHub Codespaces tutorial, make sure you are in the folder called `nf-training`
170170

171171
Execute the script by entering the following command in your terminal:
172172

docs/basic_training/orientation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export NXF_VER=23.10.1
6565

6666
!!! question "Exercise"
6767

68-
Open the [Gitpod training environment](https://gitpod.io/#https://github.com/nextflow-io/training) and use the following command to switch to the `nf-customize` folder. View the files in this folder using the `tree` command:
68+
Open the GitHub Codespaces training environment and use the following command to switch to the `nf-customize` folder. View the files in this folder using the `tree` command:
6969

7070
```bash
7171
cd /workspace/gitpod/nf-training

docs/envsetup/01_setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
GitHub Codespaces is a cloud development environment for teams to efficiently and securely develop software. It can improve your developer experience by coding in a cloud development environment.
44

5-
## Creating a Gitpod account
5+
## Creating a GitHub account
66

77
You can create a free GitHub account from the [GitHub home page](https://github.com/).
88

@@ -46,7 +46,7 @@ You can reopen an environment from <https://github.com/codespaces/>. Previous en
4646

4747
![List GitHub Codespace sessions](img/codespaces_list.png)
4848

49-
If you have saved the URL for your previous Gitpod environment, you can simply open it in your browser.
49+
If you have saved the URL for your previous GitHub Codespaces environment, you can simply open it in your browser.
5050

5151
Alternatively, click the same button that you used to create it in the first place:
5252

docs/envsetup/02_local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Local installation
22

3-
If you **can not** access Gitpod you can also install everything locally.
3+
If you **cannot** use GitHub Codespaces session for any reason, you have the option of installing everything locally instead.
44

55
Some requirements may be different depending on your local machine.
66

docs/nf_customize/01_orientation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ These files will be used in this training module.
2929

3030
!!! question "Exercise"
3131

32-
Open the [Gitpod training environment](https://gitpod.io/#https://github.com/nextflow-io/training) and switch to the `nf-customize` folder. View the files in this folder using the `tree` command:
32+
Open the GitHub Codespaces environment switch to the `nf-customize` folder. View the files in this folder using the `tree` command:
3333

3434
```bash
3535
cd /workspace/gitpod/nf-customize

docs/nf_customize/03_execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Fortunately, nf-core pipelines come packed with directives for containers and en
169169
-profile singularity
170170
```
171171

172-
In Gitpod, you can add the `singularity` profile to your execution command and Nextflow will download and enable Singularity software images to run each process.
172+
In GitHub Codespaces, you can add the `singularity` profile to your execution command and Nextflow will download and enable Singularity software images to run each process.
173173

174174
The singularity profile is defined in the nextflow.config file in the main pipeline repository.
175175

docs/nf_develop/1_01_orientation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is an empty directory where you will create an launch your pipeline.
1414

1515
!!! question "Exercise"
1616

17-
Open the [Gitpod training environment](https://gitpod.io/#https://github.com/nextflow-io/training) and use the following command to switch to the empty `nf-develop` folder:
17+
Open the GitHub Codespaces environment use the following command to switch to the empty `nf-develop` folder:
1818

1919
```bash
2020
cd /workspace/gitpod/nf-develop

0 commit comments

Comments
 (0)