From 03de0baa4d8deba82ad2b92512f9f6f1de1365bd Mon Sep 17 00:00:00 2001 From: Eyal Gal Date: Thu, 25 Sep 2025 13:41:31 -0700 Subject: [PATCH 1/2] Update autolinked references section for clarity Clarify that `redirect.github.com` can be used to avoid backlinks in references and note its incompatibility with GitHub Enterprise Cloud with Data Residency. --- .../autolinked-references-and-urls.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md b/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md index 4915d02de528..02bda33eb540 100644 --- a/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md +++ b/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md @@ -77,6 +77,8 @@ When referencing a commit from a private repository inside of a commit message, By default, references generate a backlink. For example, manually linking to an issue in a pull request will automatically generate another link from the issue _back_ to the pull request. To avoid this behavior, you can use `redirect.github.com` instead of `github.com` when constructing the URL in your reference. If you do use a `redirect.github.com` URL in your reference link, no pop-up window will appear when hovering over it. +> [!NOTE] +> This method is not supported in GitHub Enterprise Cloud with Data Residency (`ghe.com`). ## Further reading From bf6e119d92117f38ac1eff60ed7039b4121eb592 Mon Sep 17 00:00:00 2001 From: Sharra-writes Date: Thu, 25 Sep 2025 13:51:56 -0700 Subject: [PATCH 2/2] Update content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md --- .../autolinked-references-and-urls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md b/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md index 02bda33eb540..1d412cc11b61 100644 --- a/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md +++ b/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md @@ -78,7 +78,7 @@ When referencing a commit from a private repository inside of a commit message, By default, references generate a backlink. For example, manually linking to an issue in a pull request will automatically generate another link from the issue _back_ to the pull request. To avoid this behavior, you can use `redirect.github.com` instead of `github.com` when constructing the URL in your reference. If you do use a `redirect.github.com` URL in your reference link, no pop-up window will appear when hovering over it. > [!NOTE] -> This method is not supported in GitHub Enterprise Cloud with Data Residency (`ghe.com`). +> This method is not supported in {% data variables.product.prodname_ghe_cloud %} with Data Residency (`ghe.com`). ## Further reading