Skip to content

Commit 99db192

Browse files
authored
Merge pull request #1170 from real-or-random/master
Update GitHub URLs
2 parents fcbee85 + 655d8f3 commit 99db192

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Everyone is welcome to contribute to containers. Reach out to team members if yo
99

1010
If you find a bug with containers, please file a issue.
1111

12-
Check first if the bug might already exist: https://github.com/mozilla/testpilot-containers/issues
12+
Check first if the bug might already exist: https://github.com/mozilla/multi-account-containers/issues
1313

14-
[Open an issue](https://github.com/mozilla/testpilot-containers/issues/new)
14+
[Open an issue](https://github.com/mozilla/multi-account-containers/issues/new)
1515

1616
1. Visit about:support
1717
2. Click "Copy raw data to clipboard" and paste into the bug. Alternatively copy the following sections into the issue:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "6.0.0",
66
"author": "Andrea Marchesini, Luke Crouch and Jonathan Kingston",
77
"bugs": {
8-
"url": "https://github.com/mozilla/testpilot-containers/issues"
8+
"url": "https://github.com/mozilla/multi-account-containers/issues"
99
},
1010
"dependencies": {},
1111
"devDependencies": {
@@ -27,12 +27,12 @@
2727
"stylelint-order": "^0.3.0",
2828
"web-ext": "^2.2.2"
2929
},
30-
"homepage": "https://github.com/mozilla/testpilot-containers#readme",
30+
"homepage": "https://github.com/mozilla/multi-account-containers#readme",
3131
"license": "MPL-2.0",
3232
"main": "index.js",
3333
"repository": {
3434
"type": "git",
35-
"url": "git+https://github.com/mozilla/testpilot-containers.git"
35+
"url": "git+https://github.com/mozilla/multi-account-containers.git"
3636
},
3737
"scripts": {
3838
"build": "npm test && cd src && web-ext build --overwrite-dest",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818

19-
"homepage_url": "https://testpilot.firefox.com/",
19+
"homepage_url": "https://github.com/mozilla/multi-account-containers#readme",
2020

2121
"permissions": [
2222
"<all_urls>",

0 commit comments

Comments
 (0)