Skip to content

Commit 627c2d0

Browse files
committed
fix: script link
1 parent 2800d4f commit 627c2d0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Tampermonkey / Violentmonkey userscript that hides emojis from commit messages
66
<td valign="top">
77
<h3>Before</h3>
88
<img src="./docs/assets/before.png" alt="Image Before">
9-
</td>
9+
</td>
1010
<td valign="top">
1111
<h3>After</h3>
1212
<img src="./docs/assets/after.png" alt="Image After">
@@ -24,4 +24,4 @@ You need to have either the [tampermonkey](https://www.tampermonkey.net/), [viol
2424

2525
Click the link and your userscript addon should automatically open and ask you to approve installation of the newest version:
2626

27-
[hide-github-commit-emojis.user.js](https://raw.githubusercontent.com/NickUfer/hide-github-commit-emojis/main/hide-github-commit-emojis.user.js)
27+
[hide-github-commit-emojis.user.js](https://github.com/NickUfer/hide-github-commit-emojis/raw/main/hide-github-commit-emojis.user.js)

hide-github-commit-emojis.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// @source https://github.com/NickUfer/hide-github-commit-emojis
1010
// @supportURL https://github.com/NickUfer/hide-github-commit-emojis/issues
1111
// @match https://github.com/*
12-
// @updateURL https://raw.githubusercontent.com/NickUfer/hide-github-commit-emojis/main/hide-github-commit-emojis.user.js
13-
// @downloadURL https://raw.githubusercontent.com/NickUfer/hide-github-commit-emojis/main/hide-github-commit-emojis.user.js
12+
// @updateURL https://github.com/NickUfer/hide-github-commit-emojis/raw/main/hide-github-commit-emojis.user.js
13+
// @downloadURL https://github.com/NickUfer/hide-github-commit-emojis/raw/main/hide-github-commit-emojis.user.js
1414
// @copyright MIT License
1515
// @grant none
1616
// ==/UserScript==

0 commit comments

Comments
 (0)