@@ -25,8 +25,8 @@ Please make sure to read and observe our [Code of Conduct](./CODE_OF_CONDUCT.md)
2525### Find a good first topic
2626
2727You can start by finding an existing issue with the
28- [ good first issue] ( https://github.com/hypermodeinc /badger/labels/good%20first%20issue ) or
29- [ help wanted] ( https://github.com/hypermodeinc /badger/labels/help%20wanted ) labels. These issues are
28+ [ good first issue] ( https://github.com/dgraph-io /badger/labels/good%20first%20issue ) or
29+ [ help wanted] ( https://github.com/dgraph-io /badger/labels/help%20wanted ) labels. These issues are
3030well suited for new contributors.
3131
3232## Setting up your development environment
@@ -36,15 +36,15 @@ version of Go should be **1.12** or above.
3636
3737### Fork the project
3838
39- - Visit https://github.com/hypermodeinc /badger
39+ - Visit https://github.com/dgraph-io /badger
4040- Click the ` Fork ` button (top right) to create a fork of the repository
4141
4242### Clone the project
4343
4444``` sh
4545git clone https://github.com/$GITHUB_USER /badger
4646cd badger
47- git remote add upstream git@github.com:hypermodeinc /badger.git
47+ git remote add upstream git@github.com:dgraph-io /badger.git
4848
4949# Never push to the upstream master
5050git remote set-url --push upstream no_push
@@ -98,7 +98,7 @@ description.
9898### Sign the CLA
9999
100100Click the ** Sign in with Github to agree** button to sign the CLA.
101- [ An example] ( https://cla-assistant.io/hypermodeinc /badger?pullRequest=1377 ) .
101+ [ An example] ( https://cla-assistant.io/dgraph-io /badger?pullRequest=1377 ) .
102102
103103### Get a code review
104104
0 commit comments