Skip to content

Commit

Permalink
Fix the upstream URL inside CONTRIBUTING.md (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
beradeep authored Jul 8, 2024
1 parent a20b516 commit fcfa792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down

0 comments on commit fcfa792

Please sign in to comment.