You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct title attribute for Edge Add-ons link (#199)
The title attribute for the Microsoft Edge Add-ons link mistakenly referenced "Firefox Add-ons."
Updated it to properly reflect "Microsoft Edge Add-ons" to avoid confusion.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ pip install gitingest
41
41
<!-- markdownlint-disable MD033 -->
42
42
<ahref="https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood"target="_blank"title="Get Gitingest Extension from Chrome Web Store"><imgheight="48"src="https://github.com/user-attachments/assets/20a6e44b-fd46-4e6c-8ea6-aad436035753"alt="Available in the Chrome Web Store" /></a>
43
43
<ahref="https://addons.mozilla.org/firefox/addon/gitingest"target="_blank"title="Get Gitingest Extension from Firefox Add-ons"><imgheight="48"src="https://github.com/user-attachments/assets/c0e99e6b-97cf-4af2-9737-099db7d3538b"alt="Get The Add-on for Firefox" /></a>
44
-
<ahref="https://microsoftedge.microsoft.com/addons/detail/nfobhllgcekbmpifkjlopfdfdmljmipf"target="_blank"title="Get Gitingest Extension from Firefox Add-ons"><imgheight="48"src="https://github.com/user-attachments/assets/204157eb-4cae-4c0e-b2cb-db514419fd9e"alt="Get from the Edge Add-ons" /></a>
44
+
<ahref="https://microsoftedge.microsoft.com/addons/detail/nfobhllgcekbmpifkjlopfdfdmljmipf"target="_blank"title="Get Gitingest Extension from Microsoft Edge Add-ons"><imgheight="48"src="https://github.com/user-attachments/assets/204157eb-4cae-4c0e-b2cb-db514419fd9e"alt="Get from the Edge Add-ons" /></a>
45
45
<!-- markdownlint-enable MD033 -->
46
46
47
47
The extension is open source at [lcandy2/gitingest-extension](https://github.com/lcandy2/gitingest-extension).
0 commit comments