From 2da1ee52b11ac948be2ef357c254daa19a9c9b9a Mon Sep 17 00:00:00 2001 From: Nikhil Suresh <91101190+snikhil24@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:26:54 -0500 Subject: [PATCH] Update changing-a-commit-message.md | Remove quotes around external resource in changing-a-commit-message#commit-has-not-been-pushed-online #35287 (#35295) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../creating-and-editing-commits/changing-a-commit-message.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message.md b/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message.md index 105adf9c6738..f247e56b4474 100644 --- a/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message.md +++ b/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message.md @@ -33,7 +33,7 @@ The new commit and message will appear on {% data variables.location.product_loc {% tip %} -You can change the default text editor for Git by changing the `core.editor` setting. For more information, see "[Basic Client Configuration](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_basic_client_configuration)" in the Git manual. +You can change the default text editor for Git by changing the `core.editor` setting. For more information, see [Basic Client Configuration](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_basic_client_configuration) in the Git manual. {% endtip %}