Skip to content

Commit f8c4bcb

Browse files
Fix capitalization of GitHub and Gitpod
1 parent 9ff9efa commit f8c4bcb

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Build and push the Docker image for GitPod
1+
# Build and push the Docker image for Gitpod
22
# - Only pushes if push or release
33
# - Builds without push for PRs to check the Dockerfile
44

5-
name: Build GitPod Docker image
5+
name: Build Gitpod Docker image
66

77
on:
88
pull_request:

docs/envsetup/01_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Using a machine with more cores allows you to take greater advantage of Nextflow
2424

2525
**For our Hello Nextflow and Nextflow For Science training courses, we recommend using a 4-core machine.**
2626

27-
The free Github plan includes 120 core-hours of Codespaces compute per month, which amounts to 30 hours of a 4-core machine.
27+
The free GitHub plan includes 120 core-hours of Codespaces compute per month, which amounts to 30 hours of a 4-core machine.
2828
(See below for more information about quotas.)
2929

3030
!!! warning

docs/envsetup/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Let's get started!
1313
For more detailed instructions for GitHub Codespaces, see the [GitHub Codespaces env-setup docs](01_setup.md).
1414
If you cannot use GitHub Codespaces and wish to use a local development environment, see the [documentation for local installation](02_local.md).
1515

16-
!!! info "Deprecation of GitPod"
16+
!!! info "Deprecation of Gitpod"
1717

1818
Nextflow Training used to use [Gitpod](https://gitpod.io) until February 2025.
1919
However, the makers of Gitpod have decided to retire the free functionality in favor of their new [Gitpod Flex](https://www.gitpod.io/blog/introducing-gitpod-flex) system.
2020
For that reason, we have switched to using GitHub Codespaces, which also offer a one-click developer environment with no prior setup.
2121

22-
Depending on when you signed up to GitPod and when exactly they retire the service, you may still be able to launch the training in their old cloud IDE, though we cannot guarantee reliable access going forward:
22+
Depending on when you signed up to Gitpod and when exactly they retire the service, you may still be able to launch the training in their old cloud IDE, though we cannot guarantee reliable access going forward:
2323
[Open in Gitpod](https://gitpod.io/#https://github.com/nextflow-io/training).

docs/hello_nextflow/00_orientation.pt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Orientação
22

3-
O ambiente Github Codespaces contém todo o software, código e dados necessários para este curso. Você não precisa instalar nada por conta própria. No entanto, é necessária uma conta (gratuita) para logar - e recomendamos que você reserve alguns minutos para se familiarizar com a interface.
3+
O ambiente GitHub Codespaces contém todo o software, código e dados necessários para este curso. Você não precisa instalar nada por conta própria. No entanto, é necessária uma conta (gratuita) para logar - e recomendamos que você reserve alguns minutos para se familiarizar com a interface.
44

55
Caso ainda não tenha feito isso, siga [este link](../../envsetup/) antes de prosseguir.
66

docs/nextflow_run/03_run_nf-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,9 @@ Template features can be flexibly included or excluded at the time of creation,
305305
5. On the Template features screen, turn **off**:
306306

307307
- `Use a GitHub repository`
308-
- `Add Github CI tests`
308+
- `Add GitHub CI tests`
309309
- `Use reference genomes`
310-
- `Add Github badges`
310+
- `Add GitHub badges`
311311
- `Include citations`
312312
- `Include a gitpod environment`
313313
- `Include GitHub Codespaces`

0 commit comments

Comments
 (0)