Meta: Update repo URLs

This commit is contained in:
Federico Brigante 2021-02-15 19:33:19 -06:00
parent 10c373aeec
commit 9ce66755cd
9 changed files with 12 additions and 12 deletions

View File

@ -9,7 +9,7 @@
First clone:
```sh
git clone https://github.com/GhostText/GhostText
git clone https://github.com/fregante/GhostText
cd GhostText
npm install
```

View File

@ -42,8 +42,8 @@
</style>
</head>
<h1>
<a href="https://github.com/GhostText/GhostText"><img
src="https://raw.githubusercontent.com/GhostText/GhostText/master/promo/gt_banner.png"
<a href="https://github.com/fregante/GhostText"><img
src="https://raw.githubusercontent.com/fregante/GhostText/main/promo/gt_banner.png"
height="60"
alt="GhostText"
/></a>

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) Federico Brigante <me@fregante.com> (fregante.com)
Copyright (c) Federico Brigante <me@fregante.com> (https://fregante.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@ -4,4 +4,4 @@ No data or personal information is collected by GhostText.
##### Contact
If you have any questions or suggestions regarding this privacy policy, do not hesitate to [contact us](https://github.com/GhostText/GhostText/issues/new).
If you have any questions or suggestions regarding this privacy policy, do not hesitate to [contact us](https://github.com/fregante/GhostText/issues/new).

View File

@ -4,7 +4,7 @@ Use your text editor to write in your browser (Firefox, Chrome, Opera). Everythi
<ul>
<li>Sublime Text - <a href="https://packagecontrol.io/packages/GhostText">Install extension</a></li>
<li>Atom - <a href="https://github.com/GhostText/GhostText-for-Atom">Install extension</a></li>
<li>Atom - <a href="https://github.com/fregante/GhostText-for-Atom">Install extension</a></li>
<li>VS Code - <a href="https://marketplace.visualstudio.com/items?itemName=tokoph.ghosttext">Install extension</a></li>
<li>Vim - <a href="https://github.com/falstro/ghost-text-vim">Install extension</a></li>
</ul>
@ -25,4 +25,4 @@ Use your text editor to write in your browser (Firefox, Chrome, Opera). Everythi
<li>If more than one field is detected, you'll be asked to click in it</li>
<li>Once the field is selected, your editor will be connected.</li>
<li><em>Start typing!</em></li>
</ol>
</ol>

View File

@ -1,4 +1,4 @@
# <img src="https://raw.githubusercontent.com/GhostText/GhostText/master/promo/gt_banner.png" height="60" alt="GhostText">
# <img src="https://raw.githubusercontent.com/fregante/GhostText/main/promo/gt_banner.png" height="60" alt="GhostText">
[link-chrome]: https://chrome.google.com/webstore/detail/ghosttext/godiecgffnchndlihlpaajjcplehddca 'Version published on Chrome Web Store'
[link-firefox]: https://addons.mozilla.org/en-US/firefox/addon/ghosttext/ 'Version published on Mozilla Add-ons'

View File

@ -58,7 +58,7 @@ function handlePortListenerErrors(listener) {
'NetworkError when attempting to fetch resource.',
'Could not connect to the server'
].includes(message)) {
message = 'Unable to connect to the editor. <a href="https://github.com/GhostText/GhostText/blob/master/readme.md#troubleshooting">Need help?</a>';
message = 'Unable to connect to the editor. <a href="https://github.com/fregante/GhostText/blob/main/readme.md#troubleshooting">Need help?</a>';
}
port.postMessage({error: message});

View File

@ -224,7 +224,7 @@ function updateCount() {
});
if (activeFields.size === 0) {
notify('log', 'Disconnected! \n <a href="https://github.com/GhostText/GhostText/issues" target="_blank">Report issues</a>');
notify('log', 'Disconnected! \n <a href="https://github.com/fregante/GhostText/issues" target="_blank">Report issues</a>');
}
}
@ -265,7 +265,7 @@ function startGT() {
registerElements();
console.info(knownElements.size + ' fields on the page');
if (knownElements.size === 0) {
notify('warn', 'No supported fields found. <a href="https://github.com/GhostText/GhostText/blob/master/readme.md#troubleshooting">Need help?</a>');
notify('warn', 'No supported fields found. <a href="https://github.com/fregante/GhostText/blob/main/readme.md#troubleshooting">Need help?</a>');
return;
}

View File

@ -19,7 +19,7 @@
/>
</label>
</form>
<p>You can find information on how GhostText works and how to troubleshoot any issues on <a href="https://github.com/GhostText/GhostText">its repo</a>.</p>
<p>You can find information on how GhostText works and how to troubleshoot any issues on <a href="https://github.com/fregante/GhostText">its repo</a>.</p>
<hr>
<p>If you find this useful, consider supporting its development by <a href="https://github.com/sponsors/fregante">donating or sponsoring me on GitHub</a>.</p>
<p>Made with 🍕 by <a href="https://fregante.com">fregante</a>.</p>