Skip to content

Commit 60d8573

Browse files
authored
Merge pull request #36 from Nishtha3512/Readme
Updated Read.md
2 parents 1b81dfd + 8570e8d commit 60d8573

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Star the repo by pressing the topmost-right button to start your wonderful journ
1313

1414
### 1. Fork it :fork_and_knife:
1515

16-
You can get your own fork/copy of [CodeAsylums-App](https://github.com/helios1101/CodeAsylums-App) by using the <a href="https://github.com/helios1101/CodeAsylums-App/new/master?readme=1#fork-destination-box"><kbd><b>Fork</b></kbd></a> button or clicking [this](https://github.com/helios1101/CodeAsylums-App/new/master?readme=1#fork-destination-box) at top-right of your screen.
16+
You can get your own fork/copy of [CodeAsylums-App](https://github.com/HakinCodes/CodeAsylums-App) by using the <a href="https://github.com/HakinCodes/CodeAsylums-App/new/master?readme=1#fork-destination-box"><kbd><b>Fork</b></kbd></a> button or clicking [this](https://github.com/HakinCodes/CodeAsylums-App/new/master?readme=1#fork-destination-box) at top-right of your screen.
1717

18-
[![Fork Button](https://help.github.com/assets/images/help/repository/fork_button.jpg)](https://github.com/helios1101/CodeAsylums-App/)
18+
[![Fork Button](https://help.github.com/assets/images/help/repository/fork_button.jpg)](https://github.com/HakinCodes/CodeAsylums-App/)
1919

2020

2121
### 2. Clone it :busts_in_silhouette:
@@ -49,10 +49,10 @@ origin https://github.com/Your_Username/CodeAsylums-App.git (fetch)
4949
origin https://github.com/Your_Username/CodeAsylums-App.git (push)
5050
```
5151

52-
Now, let's add a reference to the original [CodeAsylums-App](https://github.com/helios1101/CodeAsylums-App/) repository using
52+
Now, let's add a reference to the original [CodeAsylums-App](https://github.com/HakinCodes/CodeAsylums-App/) repository using
5353

5454
```sh
55-
$ git remote add upstream https://github.com/helios1101/CodeAsylums-App.git
55+
$ git remote add upstream https://github.com/HakinCodes/CodeAsylums-App.git
5656
```
5757

5858
> This adds a new remote named ***upstream***.
@@ -71,8 +71,8 @@ upstream https://github.com/Remote_Username/CodeAsylums-App.git (push)
7171
$ git remote -V
7272
origin https://github.com/Your_Username/CodeAsylums-App.git (fetch)
7373
origin https://github.com/Your_Username/CodeAsylums-App.git (push)
74-
upstream https://github.com/helios1101/CodeAsylums-App.git (fetch)
75-
upstream https://github.com/helios1101/CodeAsylums-App.git (push)
74+
upstream https://github.com/HakinCodes/CodeAsylums-App.git (fetch)
75+
upstream https://github.com/HakinCodes/CodeAsylums-App.git (push)
7676
```
7777

7878
### 4. Sync it :recycle:
@@ -96,7 +96,7 @@ $ git push origin master
9696

9797
### 5. Ready Steady Go... :turtle: :rabbit2:
9898

99-
Once you have completed these steps, you are ready to start contributing by checking our `Help Wanted` Issues and creating [pull requests](https://github.com/helios1101/CodeAsylums-App/pulls).
99+
Once you have completed these steps, you are ready to start contributing by checking our `Help Wanted` Issues and creating [pull requests](https://github.com/HakinCodes/CodeAsylums-App/pulls).
100100

101101
### 6. Create a new branch :bangbang:
102102

0 commit comments

Comments
 (0)