Skip to content

Commit 47ca348

Browse files
committed
add codeberg mention
1 parent 3fcb8b8 commit 47ca348

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_glossary/github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Check out these resources:
1919
- [Set up email privacy](https://help.github.com/en/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#about-commit-email-addresses){:target="_blank" rel="noopener"}
2020
- [GitHub Education](https://education.github.com/){:target="_blank" rel="noopener"} provides resources and benefits for educational use of GitHub, including free account upgrades.
2121

22-
*Please note* that there are other version control systems (Subversion, mercurial, etc) and repository hosts ([Bitbucket](https://bitbucket.org/product), [GitLab](https://about.gitlab.com/), etc) out there... However, Git and GitHub are by far the most popular.
22+
*Please note* that there are other version control systems (Subversion, mercurial, etc) and repository hosts ([Codeberg](https://codeberg.org/), [Bitbucket](https://bitbucket.org/product), [GitLab](https://about.gitlab.com/), etc) out there... However, Git and GitHub are by far the most popular.

docs/repository/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ If you are unfamiliar with Git and GitHub here is the super quick overview:
1515
- a **Repository** is a folder of files for a project tracked by Git
1616
- **GitHub** is an online platform for collaborating on repositories
1717

18-
*Note:* using other platforms such as [GitLab]({{ '/docs/advanced/gitlab/' | relative_url }}) or [BitBucket](https://bitbucket.org/) (or no version control at all) is definitely possible, but is not covered directly in these docs.
18+
*Note:* using other platforms such as [Codeberg](https://codeberg.org/), [GitLab]({{ '/docs/advanced/gitlab/' | relative_url }}), or [BitBucket](https://bitbucket.org/) (or no version control at all) is definitely possible, but is not covered directly in these docs.

docs/software/github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Code for your CollectionBuilder project will be stored on GitHub in a Git "repos
1616
So the first step is to sign up for a GitHub account if you do not have one already.
1717

1818
**Note:** these docs assume you are using GitHub--however, it is **not** in any way a requirement to use CollectionBuilder.
19-
Alternative platforms, such as [GitLab]({{ '/docs/advanced/gitlab/' | relative_url }}) or [Bitbucket](https://bitbucket.org/product), are available--or you could use no version control at all (we don't suggest this)!
19+
Alternative platforms, such as [Codeberg](https://codeberg.org/), [GitLab]({{ '/docs/advanced/gitlab/' | relative_url }}), or [Bitbucket](https://bitbucket.org/product), are available--or you could use no version control at all (we don't suggest this)!
2020
{:.alert}
2121

2222
## GitHub Account

0 commit comments

Comments
 (0)