24
1
Fork 0

Replace links from mozilla/send to timvisee/send

This commit is contained in:
timvisee 2021-05-19 16:09:01 +02:00
parent 84da34169d
commit 214191e743
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
3 changed files with 12 additions and 17 deletions

View File

@ -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>

View File

@ -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?

View File

@ -2,22 +2,17 @@
"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",
"jQuery", "jQuery",