diff --git a/content/copilot/using-github-copilot/code-review/using-copilot-code-review.md b/content/copilot/using-github-copilot/code-review/using-copilot-code-review.md
index 9e81d07b7d6b..ad60b4877613 100644
--- a/content/copilot/using-github-copilot/code-review/using-copilot-code-review.md
+++ b/content/copilot/using-github-copilot/code-review/using-copilot-code-review.md
@@ -28,13 +28,13 @@ The current functionality and availability of the two types of review is summari
{% rowheaders %}
-| | Review selection | Review changes |
-|------------------|------------------|----------------|
-| Available in | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vscode %} and the {% data variables.product.github %} website |
+| | Review selection | Review changes |
+|------------------|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Available in | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vscode %} and the {% data variables.product.github %} website |
| Premium/standard feature | Standard feature available to all {% data variables.product.prodname_copilot_short %} subscribers | Premium feature. Available with the {% data variables.product.prodname_copilot_pro_short %}, {% data variables.product.prodname_copilot_pro_plus_short %}, {% data variables.product.prodname_copilot_business_short %}, and {% data variables.product.prodname_copilot_enterprise_short %} plans. Per-person monthly quota applies. |
-| Description | Initial review of a highlighted section of code with feedback and suggestions | Deeper review of all changes |
-| Language support | All | C#, Go, Java, JavaScript, Markdown, Python, Ruby, TypeScript
{% data variables.release-phases.public_preview_caps %} support for C, C++, Kotlin, and Swift. |
-| Custom coding guidelines support | No | Yes, see [Customizing {% data variables.product.prodname_copilot_short %}'s reviews with coding guidelines](#customizing-copilots-reviews-with-coding-guidelines) |
+| Description | Initial review of a highlighted section of code with feedback and suggestions | Deeper review of all changes |
+| Language support | All | C, C#, C++, Go, Java, JavaScript, Kotlin, Markdown, Python, Ruby, Swift, TypeScript
{% data variables.release-phases.public_preview_caps %} support for HTML and Text. |
+| Custom coding guidelines support | No | Yes, see [Customizing {% data variables.product.prodname_copilot_short %}'s reviews with coding guidelines](#customizing-copilots-reviews-with-coding-guidelines) |
{% endrowheaders %}
@@ -76,16 +76,20 @@ When you reach your monthly quota you will not be able to get a code review from
{% data variables.copilot.copilot_code-review_short %} on the {% data variables.product.github %} website supports the following languages:
+* C
* C#
+* C++
* Go
* Java
* JavaScript
+* Kotlin
* Markdown
* Python
* Ruby
+* Swift
* TypeScript
-Plus {% data variables.release-phases.public_preview %} support for C, C++, Kotlin, and Swift.
+Plus {% data variables.release-phases.public_preview %} support for HTML & Text.
{% endwebui %}
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 3f9c414092e8..b987614ee498 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
@@ -73,6 +73,11 @@ When referencing a commit from a private repository inside of a commit message,
{% data reusables.repositories.autolink-references %}
+## Avoiding backlinks to linked references
+
+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.
+
## Further reading
* [AUTOTITLE](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)