diff --git a/app/ui/unsupported.js b/app/ui/unsupported.js index 6b52ca2b..3c9b5c2e 100644 --- a/app/ui/unsupported.js +++ b/app/ui/unsupported.js @@ -11,7 +11,7 @@ module.exports = function(state, emit) { why = html` ${state.translate('notSupportedLink')} diff --git a/docs/faq.md b/docs/faq.md index 0d3095f5..02f30871 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -23,10 +23,10 @@ Send uses JavaScript to: - Encrypt and decrypt files locally on the client instead of the server. - Render the user interface. -- Manage translations on the website into [various different languages](https://github.com/mozilla/send#localization). +- Manage translations on the website into [various different languages](https://github.com/timvisee/send#localization). - Collect data to help us improve Send in accordance with our [Terms & Privacy](https://send.firefox.com/legal). -Since Send is an open source project, you can see all of the cool ways we use JavaScript by [examining our code](https://github.com/mozilla/send/). +Since Send is an open source project, you can see all of the cool ways we use JavaScript by [examining our code](https://github.com/timvisee/send/). ## How long are files available for? diff --git a/public/contribute.json b/public/contribute.json index 76ec2201..c54a6262 100644 --- a/public/contribute.json +++ b/public/contribute.json @@ -2,22 +2,17 @@ "name": "firefox-send", "description": "File Sharing Experiment", "repository": { - "url": "https://github.com/mozilla/send/", + "url": "https://github.com/send/send/", "license": "MPL-2.0" }, - "participate": { - "home": "https://github.com/mozilla/send/blob/master/README.md", - "docs": "https://github.com/mozilla/send/blob/master/README.md" - }, - "bugs": { - "list": "https://github.com/mozilla/send/issues", - "report": "https://github.com/mozilla/send/issues/new" - }, - "urls": { - "prod": "https://send.firefox.com/", - "stage": "https://stage.send.nonprod.cloudops.mozgcp.net/", - "dev": "https://send2.dev.lcip.org/" - }, + "participate": { + "home": "https://github.com/send/send/blob/master/README.md", + "docs": "https://github.com/send/send/blob/master/README.md" + }, + "bugs": { + "list": "https://gitlab.com/send/send/issues", + "report": "https://gitlab.com/send/send/issues/new" + }, "keywords": [ "JavaScript", "jQuery",