From fcfa792ea4f623be6a6069c7aa8b9b9bd93a2c4d Mon Sep 17 00:00:00 2001 From: berabros <124783808+beradeep@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:01:39 +0530 Subject: [PATCH] Fix the upstream URL inside CONTRIBUTING.md (#493) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f21fc0e6b..4a50157d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ personal preference. 3. Add the original Ktor docs repository as a "Git remote" executing this command: ```Bash - git remote add upstream https://github.com/ktorio/ktor-documentation/ + git remote add upstream https://github.com/ktorio/ktor-documentation.git ``` 4. Create a new branch from `main`: