Skip to content

Commit d11045d

Browse files
authored
Merge pull request #25634 from github/repo-sync
repo sync
2 parents be0fc9a + 0953c3f commit d11045d

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

content/code-security/index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ featuredLinks:
1414
- '{% ifversion fpt or ghec or ghes %}/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates{% endif %}'
1515
- '{% ifversion fpt or ghec or ghes %}/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates{% endif %}'
1616
- '{% ifversion fpt or ghec or ghes %}/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository{% endif %}'
17-
- '{% ifversion ghes < 3.3 %}/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository{% endif %}'
18-
- '{% ifversion ghes < 3.3 %}/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies{% endif %}'
19-
- '{% ifversion ghes < 3.3 or ghae %}/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories{% endif %}'
17+
- '{% ifversion ghae %}/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories{% endif %}'
2018
- '{% ifversion ghae %}/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github{% endif %}'
2119
- '{% ifversion ghae %}/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system{% endif %}'
2220
- /code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview
@@ -29,9 +27,9 @@ featuredLinks:
2927
- /code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot
3028
- '{% ifversion ghae %}/code-security/secret-scanning/about-secret-scanning{% endif %}'
3129
- /code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies
32-
- '{% ifversion ghes < 3.3 or ghae %}/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages{% endif %}'
33-
- '{% ifversion ghes < 3.3 or ghae %}/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow{% endif %}'
34-
- '{% ifversion ghes < 3.3 or ghae %}/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container{% endif %}'
30+
- '{% ifversion ghae %}/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages{% endif %}'
31+
- '{% ifversion ghae %}/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow{% endif %}'
32+
- '{% ifversion ghae %}/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container{% endif %}'
3533
changelog:
3634
label: security-and-compliance
3735
versions:
@@ -59,4 +57,3 @@ children:
5957
- /security-overview
6058
- /guides
6159
---
62-

content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ HTTP/1.1 201 Created
184184
}
185185
```
186186

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.
188188

189189
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`.
190190

@@ -204,7 +204,7 @@ Content-Type: application/json
204204
}
205205
```
206206

207-
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.
208208

209209
{% note %}
210210

@@ -228,7 +228,7 @@ Location: https://media.github.acmecorp.net/migrations/123/archive/cca2ebe9-7403
228228

229229
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.
230230

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.
232232

233233
After both migrations have completed and you have downloaded the archives, you can move to the next step.
234234

0 commit comments

Comments
 (0)