From 51da37c7d461b87f91acbe078be981e264473c34 Mon Sep 17 00:00:00 2001 From: Skye Date: Sun, 19 May 2024 21:24:00 +0000 Subject: [PATCH] Pedantic capitalization changes to brand names (#425) Some instances of Github and Gitlab have been changed to GitHub and GitLab respectively. Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/425 Reviewed-by: Panagiotis "Ivory" Vasilopoulos Co-authored-by: Skye Co-committed-by: Skye --- content/advanced/migrating-repos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/advanced/migrating-repos.md b/content/advanced/migrating-repos.md index 5a2afbf..5aff4ae 100644 --- a/content/advanced/migrating-repos.md +++ b/content/advanced/migrating-repos.md @@ -20,7 +20,7 @@ On Codeberg, you can click on the plus symbol on the top right, and then select ## Selecting your host Once you're at the [**New Migration**](https://codeberg.org/repo/migrate) page, you can select the Git host you are migrating from. For the following services, the migration tool can not only migrate your repository data, but also metadata like issues, labels, wiki, releases, milestones, etc. - - [Github](#migrating-from-services) + - [GitHub](#migrating-from-services) - [GitLab](#migrating-from-services) - [Gitea / Forgejo](#migrating-from-services) - [Gogs](#migrating-from-services) @@ -44,7 +44,7 @@ Here's an explanation of some fields on the [Git migration page](https://codeber ### Migrating from Services -To migrate a repo with its metadata from a different service, you will first need to [create an access token](/advanced/access-token/) on the service with your repository. *Please check your services documentation, on how to get the access token.* Examples can be found for [Gitlab](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html) and [Github](https://github.com/settings/tokens). Don't forget to delete the access token once you are finished. +To migrate a repo with its metadata from a different service, you will first need to [create an access token](/advanced/access-token/) on the service with your repository. *Please check your services documentation, on how to get the access token.* Examples can be found for [GitLab](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html) and [GitHub](https://github.com/settings/tokens). Don't forget to delete the access token once you are finished.