Skip to content

Commit 6b7a152

Browse files
Update links (#63)
1 parent 0ea879c commit 6b7a152

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ This chrome extension helps you to write scrums in google groups for FOSSASIA re
1818
## Setting up the code locally
1919

2020
```
21-
$ git clone https://github.com/fossasia/scrum_helper_extension/
22-
$ cd scrum_helper_extension
21+
$ git clone https://github.com/fossasia/scrum_helper/
22+
$ cd scrum_helper
2323
$ npm install
2424
```
2525
## Screenshots

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This extension helps in writing Scrums in google groups, particularly related to FOSSASIA. It converts a link to a github PR or an Issue to display the PR or the Issue's name along with the link to it.",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/fossasia/scrum_helper_extension.git"
7+
"url": "git+https://github.com/fossasia/scrum_helper.git"
88
},
99
"scripts": {
1010
"format": "biome format --write",
@@ -15,9 +15,9 @@
1515
"author": "hkedia321",
1616
"license": "ISC",
1717
"bugs": {
18-
"url": "https://github.com/fossasia/scrum_helper_extension/issues"
18+
"url": "https://github.com/fossasia/scrum_helper/issues"
1919
},
20-
"homepage": "https://github.com/fossasia/scrum_helper_extension",
20+
"homepage": "https://github.com/fossasia/scrum_helper",
2121
"devDependencies": {
2222
"@biomejs/biome": "1.9.4"
2323
}

src/popup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h6 class="center">
7878
<h5>Note:</h5>
7979
<h6>
8080
<ul>
81-
<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>.
81+
<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/issues/20">this issue</a>.
8282
</li>
8383
<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.
8484
</li>
@@ -90,7 +90,7 @@ <h6>
9090
<hr />
9191
<footer>
9292
<div class="center">
93-
<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>
93+
<a target="_blank" href="https://github.com/fossasia/scrum_helper"><h6><i class="fa fa-github" aria-hidden="true"></i> view code</h6></a>
9494
</div>
9595
</footer>
9696
</div>

0 commit comments

Comments
 (0)