diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6d384346..0690c6f0 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ Thanks for taking the time to contribute! -Please, read https://github.com/antelle/keeweb/wiki/FAQ before submitting a new issue and fill in the following (if applicable): +Please, read https://github.com/keeweb/keeweb/wiki/FAQ before submitting a new issue and fill in the following (if applicable): - what were your actions? - what was wrong? diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 616c1668..79548335 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,8 +3,8 @@ Thanks for taking the time to contribute! :gift: Please follow these steps: 1. work on the right branch: it must be `develop` for new features and `master` for hotfixes -2. make sure the feature you add is not listed in [banned features](https://github.com/antelle/keeweb/wiki/Unsupported-Features) -3. check compatibility with [the project roadmap](https://github.com/antelle/keeweb/wiki/TODO) and key features: you should not break anything +2. make sure the feature you add is not listed in [banned features](https://github.com/keeweb/keeweb/wiki/Unsupported-Features) +3. check compatibility with [the project roadmap](https://github.com/keeweb/keeweb/wiki/TODO) and key features: you should not break anything 4. if your feature is introducing a lot of new UI, or is changing any UX or design concept, please, open an issue to discuss it first 5. please, respect existing style in code, styles and markup (hint: install and enable [editorconfig](http://editorconfig.org/) in your editor) 6. don't add any dependencies diff --git a/README.md b/README.md index 4376ace4..185e0cbc 100644 --- a/README.md +++ b/README.md @@ -9,20 +9,20 @@ The app can run either in browser, or as a desktop app. # Quick Links -Apps: [Web](https://app.keeweb.info/) [Desktop](https://github.com/antelle/keeweb/releases/latest) -Timeline: [Release Notes](release-notes.md) [TODO](https://github.com/antelle/keeweb/wiki/TODO) -On one page: [Features](https://keeweb.info/#features) [FAQ](https://github.com/antelle/keeweb/wiki/FAQ) +Apps: [Web](https://app.keeweb.info/) [Desktop](https://github.com/keeweb/keeweb/releases/latest) +Timeline: [Release Notes](release-notes.md) [TODO](https://github.com/keeweb/keeweb/wiki/TODO) +On one page: [Features](https://keeweb.info/#features) [FAQ](https://github.com/keeweb/keeweb/wiki/FAQ) Website: [keeweb.info](https://keeweb.info) Twitter: [kee_web](https://twitter.com/kee_web) # Status -Project roadmap with planned features and approximate schedule is on [TODO](https://github.com/antelle/keeweb/wiki/TODO) page. +Project roadmap with planned features and approximate schedule is on [TODO](https://github.com/keeweb/keeweb/wiki/TODO) page. # Self-hosting Everything you need to host this app on your server is any static file server. The app is a single HTML file + cache manifest (optionally; for offline access). -You can download the latest distribution files from [gh-pages](https://github.com/antelle/keeweb/tree/gh-pages) branch. +You can download the latest distribution files from [gh-pages](https://github.com/keeweb/keeweb/tree/gh-pages) branch. If you are using Docker: @@ -62,4 +62,4 @@ For pull requests: branch is important! `master` is only for hotfixes, `develop` # License -[MIT](https://github.com/antelle/keeweb/blob/master/LICENSE.txt) +[MIT](https://github.com/keeweb/keeweb/blob/master/LICENSE.txt) diff --git a/app/scripts/const/links.js b/app/scripts/const/links.js index cdbbf510..6b9e72cf 100644 --- a/app/scripts/const/links.js +++ b/app/scripts/const/links.js @@ -1,17 +1,17 @@ 'use strict'; var Links = { - Repo: 'https://github.com/antelle/keeweb', - Desktop: 'https://github.com/antelle/keeweb/releases/latest', + Repo: 'https://github.com/keeweb/keeweb', + Desktop: 'https://github.com/keeweb/keeweb/releases/latest', WebApp: 'https://app.keeweb.info', BetaWebApp: 'https://beta.keeweb.info', - License: 'https://github.com/antelle/keeweb/blob/master/LICENSE.txt', + License: 'https://github.com/keeweb/keeweb/blob/master/LICENSE.txt', LicenseApache: 'https://opensource.org/licenses/Apache-2.0', - UpdateDesktop: 'https://github.com/antelle/keeweb/releases/download/v{ver}/UpdateDesktop.zip', - ReleaseNotes: 'https://github.com/antelle/keeweb/blob/master/release-notes.md#release-notes', - SelfHostedDropbox: 'https://github.com/antelle/keeweb#self-hosting', + UpdateDesktop: 'https://github.com/keeweb/keeweb/releases/download/v{ver}/UpdateDesktop.zip', + ReleaseNotes: 'https://github.com/keeweb/keeweb/blob/master/release-notes.md#release-notes', + SelfHostedDropbox: 'https://github.com/keeweb/keeweb#self-hosting', Manifest: 'https://app.keeweb.info/manifest.appcache', - AutoType: 'https://github.com/antelle/keeweb/wiki/Auto-Type' + AutoType: 'https://github.com/keeweb/keeweb/wiki/Auto-Type' }; module.exports = Links; diff --git a/app/templates/settings/settings-about.hbs b/app/templates/settings/settings-about.hbs index 01add0fb..6aa41c5e 100644 --- a/app/templates/settings/settings-about.hbs +++ b/app/templates/settings/settings-about.hbs @@ -19,7 +19,7 @@

Core components