diff --git a/docs/HowToGuides/FirstPullRequest.md b/docs/HowToGuides/FirstPullRequest.md index 8b45dc54469e4..4b25a591b89a6 100644 --- a/docs/HowToGuides/FirstPullRequest.md +++ b/docs/HowToGuides/FirstPullRequest.md @@ -128,7 +128,7 @@ Next, [create a pull request][] (PR). Usually, if you navigate to https://github.com/swiftlang/swift right after pushing your change, GitHub will show a helpful "Compare & Pull Request" button. -![Compare & Pull Request button in GitHub UI](/docs/GitHubCreatePRScreenshot.png) +![Compare & Pull Request button in GitHub UI](/docs/SwiftGithubCreatePRScreenshot.png) [draft-pr]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests#draft-pull-requests [create a pull request]: https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request#creating-the-pull-request diff --git a/docs/SwiftGithubCreatePRScreenshot.png b/docs/SwiftGithubCreatePRScreenshot.png new file mode 100644 index 0000000000000..244d562fc8e6a Binary files /dev/null and b/docs/SwiftGithubCreatePRScreenshot.png differ