Replace links from mozilla/send to timvisee/send
This commit is contained in:
parent
84da34169d
commit
214191e743
|
@ -11,7 +11,7 @@ module.exports = function(state, emit) {
|
||||||
why = html`
|
why = html`
|
||||||
<a
|
<a
|
||||||
class="text-blue"
|
class="text-blue"
|
||||||
href="https://github.com/mozilla/send/blob/master/docs/faq.md#why-is-my-browser-not-supported"
|
href="https://github.com/timvisee/send/blob/master/docs/faq.md#why-is-my-browser-not-supported"
|
||||||
>
|
>
|
||||||
${state.translate('notSupportedLink')}
|
${state.translate('notSupportedLink')}
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -23,10 +23,10 @@ Send uses JavaScript to:
|
||||||
|
|
||||||
- Encrypt and decrypt files locally on the client instead of the server.
|
- Encrypt and decrypt files locally on the client instead of the server.
|
||||||
- Render the user interface.
|
- 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).
|
- 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?
|
## How long are files available for?
|
||||||
|
|
||||||
|
|
|
@ -2,21 +2,16 @@
|
||||||
"name": "firefox-send",
|
"name": "firefox-send",
|
||||||
"description": "File Sharing Experiment",
|
"description": "File Sharing Experiment",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/mozilla/send/",
|
"url": "https://github.com/send/send/",
|
||||||
"license": "MPL-2.0"
|
"license": "MPL-2.0"
|
||||||
},
|
},
|
||||||
"participate": {
|
"participate": {
|
||||||
"home": "https://github.com/mozilla/send/blob/master/README.md",
|
"home": "https://github.com/send/send/blob/master/README.md",
|
||||||
"docs": "https://github.com/mozilla/send/blob/master/README.md"
|
"docs": "https://github.com/send/send/blob/master/README.md"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"list": "https://github.com/mozilla/send/issues",
|
"list": "https://gitlab.com/send/send/issues",
|
||||||
"report": "https://github.com/mozilla/send/issues/new"
|
"report": "https://gitlab.com/send/send/issues/new"
|
||||||
},
|
|
||||||
"urls": {
|
|
||||||
"prod": "https://send.firefox.com/",
|
|
||||||
"stage": "https://stage.send.nonprod.cloudops.mozgcp.net/",
|
|
||||||
"dev": "https://send2.dev.lcip.org/"
|
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"JavaScript",
|
"JavaScript",
|
||||||
|
|
Loading…
Reference in New Issue