From f0ef0d21de9ce67cede639992c4e521128170b98 Mon Sep 17 00:00:00 2001 From: Philipp Kutyla Date: Thu, 10 Oct 2019 15:00:50 +0200 Subject: [PATCH] Namechange --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f4054d..996a224 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ patches and features. ## Using the issue tracker -The [issue tracker](https://github.com/swagielka/simple-dash/issues) is +The [issue tracker](https://github.com/kutyla-philipp/simple-dash/issues) is the preferred channel for [bug reports](#bug-reports), [features requests](#feature-requests) and [submitting pull requests](#pull-requests), but please respect the following restrictions: @@ -31,7 +31,7 @@ Our bug tracker utilizes several labels to help organize and identify issues. He - `help wanted` - Issues we need or would love help from the community to resolve. - `question` - General purpose question about simple-dash. -For a complete look at our labels, see the [project labels page](https://github.com/swagielka/simple-dash/labels). +For a complete look at our labels, see the [project labels page](https://github.com/kutyla-philipp/simple-dash/labels). ## Bug reports @@ -116,7 +116,7 @@ included in the project: # Navigate to the newly cloned directory cd simple-dash # Assign the original repo to a remote called "upstream" - git remote add upstream https://github.com/swagielka/simple-dash.git + git remote add upstream https://github.com/kutyla-philipp/simple-dash.git ``` 2. If you cloned a while ago, get the latest changes from upstream: