Skip to content

Commit 8f7c97a

Browse files
authored
Update documentation links to point to live, non-early access docs (#971)
This updates links to documentation to point to our live (that is, not "early access") docs. It also updates our pull request template so we no longer point to the "early access" docs repo. - [ ] Did you write/update appropriate tests - [ ] Release notes updated (if appropriate) - [ ] Appropriate logging output - [ ] Issue linked - [ ] Docs updated (or issue created) - [ ] New package licenses are added to `ThirdPartyNotices.txt` (if applicable)
1 parent 88294fc commit 8f7c97a

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,8 @@ For the checkboxes below you must check each one to indicate that you either did
1111

1212
<!--
1313
For docs we should review the docs at:
14-
https://docs.github.com/en/early-access/github/migrating-with-github-enterprise-importer
14+
https://docs.github.com/en/migrations/using-github-enterprise-importer
1515
and the README.md in this repo
1616
1717
If a doc update is required based on the changes in this PR, it is sufficient to create an issue and link to it here. The doc update can be made later/separately.
18-
19-
The process to update the docs can be found here:
20-
https://github.com/github/docs-early-access#opening-prs
21-
22-
The markdown files are here:
23-
https://github.com/github/docs-early-access/tree/main/content/github/migrating-with-github-enterprise-importer
2418
-->

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Actions Status: CI](https://github.com/github/gh-gei/workflows/CI/badge.svg)](https://github.com/github/gh-gei/actions?query=workflow%3ACI)
44

55

6-
The [GitHub Enterprise Importer](https://docs.github.com/en/early-access/github/migrating-with-github-enterprise-importer) (GEI, formerly Octoshift) is a highly customizable API-first migration offering designed to help you move your enterprise to GitHub Enterprise Cloud. The GEI-CLI wraps the GEI APIs as a cross-platform console application to simplify customizing your migration experience.
6+
The [GitHub Enterprise Importer](https://docs.github.com/en/migrations/using-github-enterprise-importer) (GEI, formerly Octoshift) is a highly customizable API-first migration offering designed to help you move your enterprise to GitHub Enterprise Cloud. The GEI-CLI wraps the GEI APIs as a cross-platform console application to simplify customizing your migration experience.
77

88
> GEI is in a public beta for GitHub Enterprise Cloud.
99
@@ -28,7 +28,7 @@ To see the available commands and options run:
2828
>`gh ado2gh --help`
2929
3030
### GitHub to GitHub Usage (GitHub.com -> GitHub.com)
31-
1. Create Personal Access Tokens with access to the source GitHub org, and the target GitHub org (for more details on scopes needed refer to our [official documentation](https://docs.github.com/en/early-access/github/migrating-with-github-enterprise-importer)).
31+
1. Create Personal Access Tokens with access to the source GitHub org, and the target GitHub org (for more details on scopes needed refer to our [official documentation](https://docs.github.com/en/migrations/using-github-enterprise-importer/preparing-to-migrate-with-github-enterprise-importer/managing-access-for-github-enterprise-importer)).
3232

3333
2. Set the GH_SOURCE_PAT and GH_PAT environment variables.
3434

@@ -39,10 +39,10 @@ To see the available commands and options run:
3939

4040
5. The migrate.ps1 script requires PowerShell to run. If not already installed see the [install instructions](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.2) to install PowerShell on Windows, Linux, or Mac. Then run the script.
4141

42-
Refer to the [official documentation](https://docs.github.com/en/early-access/github/migrating-with-github-enterprise-importer) for more details, including differences when migrating from GitHub Enterprise Server.
42+
Refer to the [official documentation](https://docs.github.com/en/migrations/using-github-enterprise-importer) for more details, including differences when migrating from GitHub Enterprise Server.
4343

4444
### Azure DevOps to GitHub Usage
45-
1. Create Personal Access Tokens with access to the Azure DevOps org, and the GitHub org (for more details on scopes needed refer to our [official documentation](https://docs.github.com/en/early-access/github/migrating-with-github-enterprise-importer)).
45+
1. Create Personal Access Tokens with access to the Azure DevOps org, and the GitHub org (for more details on scopes needed refer to our [official documentation](https://docs.github.com/en/migrations/using-github-enterprise-importer/preparing-to-migrate-with-github-enterprise-importer/managing-access-for-github-enterprise-importer)).
4646

4747
2. Set the `ADO_PAT` and `GH_PAT` environment variables.
4848

@@ -53,7 +53,7 @@ Refer to the [official documentation](https://docs.github.com/en/early-access/gi
5353

5454
5. The `migrate.ps1` script requires PowerShell to run. If not already installed see the [install instructions](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.2) to install PowerShell on Windows, Linux, or Mac. Then run the script.
5555

56-
Refer to the [official documentation](https://docs.github.com/en/early-access/github/migrating-with-github-enterprise-importer) for more details.
56+
Refer to the [official documentation](https://docs.github.com/en/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-azure-devops-to-github-enterprise-cloud) for more details.
5757

5858
## Quick Start Videos
5959
You'll find videos below to help you quickly get started with the GEI CLI. Be sure to pick the videos relevant to your migration scenario.

0 commit comments

Comments
 (0)