Skip to content

Commit 13057c4

Browse files
authored
Merge pull request #323 from jch/doc/readme
Fix link of Rouge CSS Theme
2 parents 2d5358e + a0bd31e commit 13057c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Prints:
8282
</code></pre>
8383
```
8484

85-
To generate CSS for HTML formatted code, use the [Rouge CSS Theme](https://github.com/jneen/rouge#css-theme-options) `#css` method. `rouge` is a dependency of the `SyntaxHighlightFilter`.
85+
To generate CSS for HTML formatted code, use the [Rouge CSS Theme](https://github.com/rouge-ruby/rouge#css-options) `#css` method. `rouge` is a dependency of the `SyntaxHighlightFilter`.
8686

8787
Some filters take an optional **context** and/or **result** hash. These are
8888
used to pass around arguments and metadata between filters in a pipeline. For

0 commit comments

Comments
 (0)