Skip to content

Commit 7ceb5df

Browse files
authored
repo sync
2 parents 31f7d52 + 29a9e63 commit 7ceb5df

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.github/ISSUE_TEMPLATE/improve-existing-docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ HUBBERS BEWARE! THE GITHUB/DOCS REPO IS PUBLIC TO THE ENTIRE INTERNET. OPEN AN I
1414
For questions, ask in Discussions: https://github.com/github/docs/discussions
1515
1616
Before you file an issue read the:
17-
- Code of Conduct: https://github.com/github/docs/blob/onboarding/CODE_OF_CONDUCT.md
18-
- Contributing guide: https://github.com/github/docs/blob/onboarding/CONTRIBUTING.md
17+
- Code of Conduct: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md
18+
- Contributing guide: https://github.com/github/docs/blob/main/CONTRIBUTING.md
1919
2020
Check to make sure someone hasn't already opened a similar issue: https://github.com/github/docs/issues
2121
-->

.github/ISSUE_TEMPLATE/improve-the-site.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ HUBBERS BEWARE! THE GITHUB/DOCS REPO IS PUBLIC TO THE ENTIRE INTERNET. OPEN AN I
1414
For questions, ask in Discussions: https://github.com/github/docs/discussions
1515
1616
Before you file an issue read the:
17-
- Code of Conduct: https://github.com/github/docs/blob/onboarding/CODE_OF_CONDUCT.md
18-
- Contributing guide: https://github.com/github/docs/blob/onboarding/CONTRIBUTING.md
17+
- Code of Conduct: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md
18+
- Contributing guide: https://github.com/github/docs/blob/main/CONTRIBUTING.md
1919
2020
Check to make sure someone hasn't already opened a similar issue: https://github.com/github/docs/issues
2121
-->

content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ Before enabling {% if currentVersion ver_gt "[email protected]" %}{% data v
4545
``` shell
4646
$ ghe-dep-graph-enable
4747
```
48+
{% note %}
49+
50+
**Note**: For more information about enabling access to the administrative shell via SSH, see "[Accessing the administrative shell (SSH)](/enterprise/{{ currentVersion }}/admin/configuration/accessing-the-administrative-shell-ssh)."
51+
52+
{% endnote %}
53+
4854
3. Return to {% data variables.product.prodname_ghe_server %}.
4955
{% data reusables.enterprise_site_admin_settings.access-settings %}
5056
{% data reusables.enterprise_site_admin_settings.business %}

contributing/permalinks.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ For example, an article that is available in currently supported versions will h
1313
An article that is not available in Enterprise will have just one permalink:
1414

1515
* `/en/free-pro-team@latest/github/getting-started-with-github/set-up-git`
16+
17+
**If you are a content contributor:** You don't need to worry about supported versions when adding a link to a document. Following the examples above, if you want to reference an article you can just use its relative location:
18+
19+
* `/github/getting-started-with-github/set-up-git`
20+
21+
*(Please note that using a hard-coded link or supported version will result in an error when your submitted PR is automatically tested)*

0 commit comments

Comments
 (0)