Skip to content

Commit d067b55

Browse files
committed
Update Contributing Links
1 parent c5e214e commit d067b55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Docs/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
## How can you contribute?
66

7-
* 📖 Contribute to our [Wiki](https://github.com/Morasiu/Clockify.Net/wiki).
8-
* ✅ Go on our [Project tab](https://github.com/Morasiu/Clockify.Net/projects) and pick some tasks.
7+
* 📖 Contribute to our [Wiki](https://github.com/astro-panda/Clockify.Net/wiki).
8+
* ✅ Go on our [Project tab](https://github.com/astro-panda/Clockify.Net/projects) and pick some tasks.
99
* 🎤 Spread the news. Share our project!
1010

1111
## Developing 💻
@@ -41,12 +41,12 @@ Short instruction:
4141
* `git checkout develop`
4242
* `git checkout -b feature/myFeatureName`
4343
1. Now setup upstream using
44-
* `git remote add upstream https://github.com/Morasiu/Clockify.Net`
44+
* `git remote add upstream https://github.com/astro-panda/Clockify.Net`
4545
1. Now is time to code (my favorite).
4646
1. After you done commit your changes
4747
* `git add .`
4848
* `git commit -m "Your commit message"`
49-
1. Now go to https://github.com/Morasiu/Clockify.Net and click **Compare & pull request**.
49+
1. Now go to https://github.com/astro-panda/Clockify.Net and click **Compare & pull request**.
5050
1. Confirm creating `Create pull request`
5151
1. DONE!
5252

0 commit comments

Comments
 (0)