Skip to content

Commit 2b2dcbb

Browse files
committed
Copy-code-snippet: fix URL
1 parent 717df8a commit 2b2dcbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github-copy-code-snippet.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// @grant GM_addStyle
1111
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=234970
1212
// @icon https://assets-cdn.github.com/pinned-octocat.svg
13-
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-copy-code-snippet-meta.user.js
14-
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-copy-code-snippet-meta.user.js
13+
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-copy-code-snippet.user.js
14+
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-copy-code-snippet.user.js
1515
// ==/UserScript==
1616
(() => {
1717
"use strict";

0 commit comments

Comments
 (0)