You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ HTTP/1.1 201 Created
184
184
}
185
185
```
186
186
187
-
For more information, see "[Start an organization migration]({% ifversion ghes < 3.4 %}/enterprise-server@3.4{% endif %}/rest/migrations/orgs#start-an-organization-migration)" in the REST API documentation.
187
+
For more information, see "[Start an organization migration](/rest/migrations/orgs#start-an-organization-migration)" in the REST API documentation.
188
188
189
189
Generating the archives can take a while, depending on the amount of data. You can regularly check the status of the two migrations with the "Get an organization migration status" API until the `state` of the migration changes to `exported`.
For more information, see "[Get an organization migration status]({% ifversion ghes < 3.4 %}/enterprise-server@3.4{% endif %}/rest/migrations/orgs#get-an-organization-migration-status)" in the REST API documentation.
207
+
For more information, see "[Get an organization migration status](/rest/migrations/orgs#get-an-organization-migration-status)" in the REST API documentation.
The API will return a `302 Found` response with a `Location` header redirecting to the URL where the downloadable archive is located. Download the two files: one for the Git source, and one for the metadata.
230
230
231
-
For more information, see "[Download an organization migration archive]({% ifversion ghes < 3.4 %}/enterprise-server@3.4{% endif %}/rest/migrations/orgs#download-an-organization-migration-archive)" in the REST API documentation.
231
+
For more information, see "[Download an organization migration archive](/rest/migrations/orgs#download-an-organization-migration-archive)" in the REST API documentation.
232
232
233
233
After both migrations have completed and you have downloaded the archives, you can move to the next step.
0 commit comments