Skip to content

Commit 4983620

Browse files
committed
Meta: Fix urls
1 parent 93d93ff commit 4983620

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Userscripts to add functionality to GitHub.
2727
| [GitHub code show whitespace][csw-wiki]| | [install][csw-raw] | [GF][csw-gf] [OU][csw-ou] | 2017.03.26 | 2021.07.21 |
2828
| [GitHub collapse in comment][cic-wiki] | * | [install][cic-raw] | [GF][cic-gf] [OU][cic-ou] | 2016.06.27 | 2021.07.21 |
2929
| [GitHub collapse markdown][cmd-wiki] | * | [install][cmd-raw] | [GF][cmd-gf] [OU][cmd-ou] | 2016.06.27 | 2021.07.21 |
30-
| [GitHub copy code snippet][ccs-wiki] | | [install][ccs-raw] | [GF][ccs-gf] [OU][ccs-ou] | 2018.01.12 | 2021.01.31 |
30+
| [GitHub copy code snippet][ccs-wiki] | | [install][ccs-raw] | [GF][ccs-gf] [OU][ccs-ou] | 2018.01.12 | 2021.07.21 |
3131
| [GitHub custom hotkeys][chk-wiki] | | [install][chk-raw] | [GF][chk-gf] [OU][chk-ou] | 2016.04.10 | 2021.07.21 |
3232
| [GitHub custom navigation][cnv-wiki] | | [install][cnv-raw] | [GF][cnv-gf] [OU][cnv-ou] | 2016.06.22 | 2020.05.10 |
3333
| [GitHub diff filename][dfn-wiki] | | [install][dfn-raw] | [GF][dfn-gf] [OU][dfn-ou] | 2017.08.27 | 2021.07.21 |

github-mentioned-links.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=952601
1313
// @require https://greasyfork.org/scripts/398877-utils-js/code/utilsjs.js?version=952600
1414
// @icon https://github.githubassets.com/pinned-octocat.svg
15-
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-mentioned-links.user.js
16-
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-mentioned-links.user.js
15+
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-mentioned-links.user.js
16+
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-mentioned-links.user.js
1717
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1818
// ==/UserScript==
1919
/* global $ $$ on */

github-unknown-license.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=952601
1212
// @require https://greasyfork.org/scripts/398877-utils-js/code/utilsjs.js?version=952600
1313
// @icon https://github.githubassets.com/pinned-octocat.svg
14-
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-unknown-license.user.js
15-
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-unknown-license.user.js
14+
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-unknown-license.user.js
15+
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-unknown-license.user.js
1616
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1717
// ==/UserScript==
1818
/* global $ on */

0 commit comments

Comments
 (0)