Skip to content

Commit 49d62bb

Browse files
Harshit Kediahkedia321
authored andcommitted
Update links
1 parent e68545f commit 49d62bb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This chrome extension helps you to write scrums in google groups for FOSSASIA re
1515
## Setting up the code locally
1616

1717
```
18-
$ git clone https://github.com/hkedia321/scrum_helper_extension/
18+
$ git clone https://github.com/fossasia/scrum_helper_extension/
1919
$ cd scrum_helper_extension
2020
$ npm install
2121
```

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/hkedia321/scrum_helper_extension.git"
10+
"url": "git+https://github.com/fossasia/scrum_helper_extension.git"
1111
},
1212
"scripts": {
1313
"test": "eslint .",
@@ -21,9 +21,9 @@
2121
"author": "hkedia321",
2222
"license": "ISC",
2323
"bugs": {
24-
"url": "https://github.com/hkedia321/scrum_helper_extension/issues"
24+
"url": "https://github.com/fossasia/scrum_helper_extension/issues"
2525
},
26-
"homepage": "https://github.com/hkedia321/scrum_helper_extension",
26+
"homepage": "https://github.com/fossasia/scrum_helper_extension",
2727
"dependencies": {
2828
"babel-eslint": "^7.2.3"
2929
}

src/popup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h6 class="center">
7474
<h5>Note:</h5>
7575
<h6>
7676
<ul>
77-
<li>The PRs fetched are according to the date last reviewed by anyone. So if you reviewed a PR 10 days back, and someone reviewed it 2 days back, it will appear in your last week's activity. See <a target="_blank" href="https://github.com/hkedia321/scrum_helper_extension/issues/20">this issue</a>.
77+
<li>The PRs fetched are according to the date last reviewed by anyone. So if you reviewed a PR 10 days back, and someone reviewed it 2 days back, it will appear in your last week's activity. See <a target="_blank" href="https://github.com/fossasia/scrum_helper_extension/issues/20">this issue</a>.
7878
</li>
7979
<li>By using the extension you understand that there might be discrepancies in the SCRUM generated. You are advised to edit the SCRUM afterwards to remove any discrepancies.
8080
</li>
@@ -86,7 +86,7 @@ <h6>
8686
<hr />
8787
<footer>
8888
<div class="center">
89-
<a target="_blank" href="https://github.com/hkedia321/scrum_helper_extension"><h6><i class="fa fa-github" aria-hidden="true"></i> view code</h6></a>
89+
<a target="_blank" href="https://github.com/fossasia/scrum_helper_extension"><h6><i class="fa fa-github" aria-hidden="true"></i> view code</h6></a>
9090
</div>
9191
</footer>
9292
</div>

0 commit comments

Comments
 (0)