From 850bbb0caa65ed8b84a95790ab0a0efed6ca16a1 Mon Sep 17 00:00:00 2001 From: Callme-Milad Date: Fri, 18 Oct 2024 21:09:54 +0330 Subject: [PATCH] docs: correct fork repository url --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 98bd31fa..09e50195 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -5,7 +5,7 @@ Thank you for your interest in contributing to Community Standards! We welcome a ## Getting Started 1. Fork this repository to your GitHub account. This will create a copy of this repository in your account. You can make changes to this copy without affecting the original repository. - - For fork this repository, click the **Fork** button in the top right corner of this page or click [here](https://github.com/prasanthrangan/hyprdots/fork). + - For fork this repository, click the **Fork** button in the top right corner of this page or click [here](https://github.com/Matt-FTW/dotfiles/fork). 2. Clone your forked repository to your local machine. - Use the following command to clone your forked repository to your local machine.