Skip to content

Commit

Permalink
Change project url
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Apr 27, 2017
1 parent 5a0ee11 commit 1e090f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Expand Up @@ -34,7 +34,7 @@

## Problems?

- Report any issues with installation, usage on specific webpages, crashes, etcetera [using the issue tracker](https://github.com/joelpurra/talkie/issues).
- Report any issues with installation, usage on specific webpages, crashes, etcetera [using the issue tracker](https://github.com/joelpurra/talkie/issues) or the [support pages](https://joelpurra.com/support/).
- Please include relevant information:
- Which browser and version you are using.
- Which website the problem occurred on. If possible, include the full link.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -11,7 +11,7 @@
"short_name": "__MSG_extensionShortName__",
"description": "__MSG_extensionDescription__",
"author": "Joel Purra",
"homepage_url": "https://github.com/joelpurra/talkie",
"homepage_url": "https://joelpurra.com/projects/talkie/",
"background": {
"scripts": [
"lib/browser-polyfill.js",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -84,9 +84,9 @@
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/joelpurra/talkie/issues"
"url": "https://joelpurra.com/support/"
},
"homepage": "https://github.com/joelpurra/talkie#readme",
"homepage": "https://joelpurra.com/support/",
"devDependencies": {
"@google-cloud/translate": "^0.8.1",
"bluebird": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/configuration.json
Expand Up @@ -7,7 +7,7 @@
"gpl": "https://www.gnu.org/licenses/gpl.html",
"main": "https://joelpurra.com/projects/talkie/",
"project": "https://joelpurra.com/projects/talkie/",
"shortcut-keys": "https://github.com/joelpurra/talkie#usage",
"shortcut-keys": "https://joelpurra.com/projects/talkie/#usage",
"support-feedback": "https://joelpurra.com/support/",
"chromewebstore-free": "https://chrome.google.com/webstore/detail/talkie/enfbcfmmdpdminapkflljhbfeejjhjjk",
"chromewebstore-premium": "https://chrome.google.com/webstore/detail/talkie/madmpgibncancdmkjflnifcdakndkngo",
Expand Down

0 comments on commit 1e090f9

Please sign in to comment.