From aa157ff54ffb828b76dbf7464f598309b8151ec4 Mon Sep 17 00:00:00 2001 From: Francesco Saltori Date: Tue, 12 Oct 2021 18:33:01 +0200 Subject: [PATCH 1/2] Fix wrong link in Pull Requests REST API page --- content/rest/reference/pulls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rest/reference/pulls.md b/content/rest/reference/pulls.md index fd4f1b9b0a..7cd306404d 100644 --- a/content/rest/reference/pulls.md +++ b/content/rest/reference/pulls.md @@ -61,7 +61,7 @@ Request, grouped together with a state and optional body comment. ## Review comments -Pull request review comments are comments on a portion of the unified diff made during a pull request review. Commit comments and issue comments are different from pull request review comments. You apply commit comments directly to a commit and you apply issue comments without referencing a portion of the unified diff. For more information, see "[Create a commit comment](/rest/reference/git#create-a-commit)" and "[Create an issue comment](/rest/reference/issues#create-an-issue-comment)." +Pull request review comments are comments on a portion of the unified diff made during a pull request review. Commit comments and issue comments are different from pull request review comments. You apply commit comments directly to a commit and you apply issue comments without referencing a portion of the unified diff. For more information, see "[Create a commit comment](/rest/reference/repos#create-a-commit-comment)" and "[Create an issue comment](/rest/reference/issues#create-an-issue-comment)." ### Custom media types for pull request review comments From eb50800110aa9be9e736d74cf5658d8c2b71106c Mon Sep 17 00:00:00 2001 From: placoderm <31570884+placoderm@users.noreply.github.com> Date: Wed, 3 Nov 2021 06:19:19 -0400 Subject: [PATCH 2/2] Removed outdated refrence to git shell (#10997) --- .../reviewing-your-ssh-keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys.md b/content/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys.md index 6ff5a27b43..e19bb80294 100644 --- a/content/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys.md +++ b/content/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys.md @@ -58,7 +58,7 @@ You can delete unauthorized (or possibly compromised) SSH keys to ensure that an {% endtip %} -4. Open Git Bash. If you're using Git Shell, which is included in {% data variables.product.prodname_desktop %}, open Git Shell and skip to step 6. +4. Open Git Bash. 5. {% data reusables.desktop.windows_git_bash_turn_on_ssh_agent %}