From 6d547b77ddcc7bcc1fcf05b2b15a002dbc54622e Mon Sep 17 00:00:00 2001 From: Priya_Codes Date: Tue, 21 Apr 2026 00:57:09 +0530 Subject: [PATCH] Fix tutorial link for pull request instructions Updated the tutorial link for sending a pull request using the terminal. --- .github/first-timers-issue-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/first-timers-issue-template.md b/.github/first-timers-issue-template.md index f3743934..1e5a3de8 100644 --- a/.github/first-timers-issue-template.md +++ b/.github/first-timers-issue-template.md @@ -35,7 +35,7 @@ $DIFF - [ ] 🔀 **Start a Pull Request**. There are two ways how you can start a pull request: -1. If you are familiar with the terminal or would like to learn it, [here is a great tutorial](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) on how to send a pull request using the terminal. +1. If you are familiar with the terminal or would like to learn it, [here is a great tutorial](https://github.com/readme/guides/first-oss-contribution?utm_source) on how to send a pull request using the terminal. 2. You can also [edit files directly in your browser](https://help.github.com/articles/editing-files-in-your-repository/) and open a pull request from there.