Skip to content

Commit dce80b8

Browse files
committed
update badges to new url
1 parent b5af692 commit dce80b8

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
</p>
44

55
<p align="center">
6-
<a href="https://github.com/JoeShade/easyEdaDownloader/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/JoeShade/easyEdaDownloader?style=flat-square&color=1155cc"></a>
7-
<a href="https://github.com/JoeShade/easyEdaDownloader/forks"><img alt="GitHub forks" src="https://img.shields.io/github/forks/JoeShade/easyEdaDownloader?style=flat-square&color=1155cc"></a>
8-
<a href="LICENSE"><img alt="License" src="https://img.shields.io/github/license/JoeShade/easyEdaDownloader?style=flat-square&color=1155cc"></a>
6+
<a href="https://github.com/JoeShade/Easy-ECAD-Downloader/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/JoeShade/Easy-ECAD-Downloader?style=flat-square&color=1155cc"></a>
7+
<a href="https://github.com/JoeShade/Easy-ECAD-Downloader/forks"><img alt="GitHub forks" src="https://img.shields.io/github/forks/JoeShade/Easy-ECAD-Downloader?style=flat-square&color=1155cc"></a>
8+
<a href="LICENSE"><img alt="License" src="https://img.shields.io/github/license/JoeShade/Easy-ECAD-Downloader?style=flat-square&color=1155cc"></a>
99
<a href="https://chromewebstore.google.com/detail/easyeda-downloader/egbkokdcahpjimldjjaobimnofbdnncb"><img alt="Chrome Web Store users" src="https://img.shields.io/chrome-web-store/users/egbkokdcahpjimldjjaobimnofbdnncb?style=flat-square&label=Chrome%20users&color=1155cc"></a>
1010
<a href="https://addons.mozilla.org/en-GB/firefox/addon/easyeda-downloader/"><img alt="Firefox Add-ons users" src="https://img.shields.io/amo/users/easyeda-downloader?style=flat-square&label=Firefox%20users&color=1155cc"></a>
1111
</p>

src/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1>Easy ECAD Downloader</h1>
5959
</section>
6060
<p id="status" class="status" aria-live="polite"></p>
6161
<p class="footer">
62-
Visit the <a class="footer-link" href="https://github.com/JoeShade/easyECADDownloader" target="_blank" rel="noopener">GitHub</a> page for more information.
62+
Visit the <a class="footer-link" href="https://github.com/JoeShade/Easy-ECAD-Downloader" target="_blank" rel="noopener">GitHub</a> page for more information.
6363
</p>
6464
</main>
6565
<script type="module" src="popup.js"></script>

src/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ <h2 id="relaySettingsTitle">Firefox download helper</h2>
256256
Visit the
257257
<a
258258
class="footer-link"
259-
href="https://github.com/JoeShade/easyECADDownloader"
259+
href="https://github.com/JoeShade/Easy-ECAD-Downloader"
260260
target="_blank"
261261
rel="noopener"
262262
>

tests/test_settings_page.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ describe("settings page", () => {
193193
hooks.elements.statusEl
194194
);
195195
expect(dom.window.document.querySelector(".footer-link")?.href).toBe(
196-
"https://github.com/JoeShade/easyECADDownloader"
196+
"https://github.com/JoeShade/Easy-ECAD-Downloader"
197197
);
198198
});
199199

0 commit comments

Comments
 (0)