Skip to content

Commit b69494f

Browse files
committed
Fix links
1 parent c644f4b commit b69494f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ task :test do
1818
%r{https://dpaste.com/*},
1919
%r{https://hedgedoc.org/*},
2020
%r{https://docs.hedgedoc.org/*},
21-
%r{https://www.reddit.com/*}],
21+
%r{https://www.reddit.com/*},
2222
%r{https://stackoverflow.com/*}],
2323
:url_swap => { %r{https://www.markdownguide.org} => '' },
2424
:typhoeus => {

0 commit comments

Comments
 (0)