README.md in roadie-3.0.2 vs README.md in roadie-3.0.3

- old
+ new

@@ -258,25 +258,25 @@ Roadie uses Nokogiri to parse the HTML of your email, so any C-like problems like segfaults are likely in that end. The best way to fix this is to first upgrade libxml2 on your system and then reinstall Nokogiri. Instructions on how to do this on most platforms, see [Nokogiri's official install guide](http://nokogiri.org/tutorials/installing_nokogiri.html). ### My `:hover` selectors don't work. How can I fix them? ### -Put any styles using `:hover` in a separate stylesheet and make sure it is ignored. (See "Ignoring stylesheets" above) +Put any styles using `:hover` in a separate stylesheet and make sure it is ignored. (See `data-roadie-ignore` under [Referenced Stylesheets](https://github.com/Mange/roadie/blob/master/README.md#referenced-stylesheets) above) ### My `@media` queries don't work. How can I fix them? ### -Put any styles using them in a separate stylesheet and make sure it is ignored. (See "Ignoring stylesheets" above) +Put any styles using them in a separate stylesheet and make sure it is ignored. (See `data-roadie-ignore` under [Referenced Stylesheets](https://github.com/Mange/roadie/blob/master/README.md#referenced-stylesheets) above) ### My vendor-specific styles don't work. How can I fix them? ### -Put any styles using them in a separate stylesheet and make sure it is ignored. (See "Ignoring stylesheets" above) +Put any styles using them in a separate stylesheet and make sure it is ignored. (See `data-roadie-ignore` under [Referenced Stylesheets](https://github.com/Mange/roadie/blob/master/README.md#referenced-stylesheets) above) Documentation ------------- -* [Online documentation for gem](http://rubydoc.info/gems/roadie/frames) -* [Online documentation for master](http://rubydoc.info/github/Mange/roadie/master/frames) -* [Online documentation for Roadie 2.4.3](http://rubydoc.info/gems/roadie/2.4.3/frames) +* [Online documentation for gem](https://www.omniref.com/ruby/gems/roadie) +* [Online documentation for master](https://www.omniref.com/github/Mange/roadie) +* [Online documentation for Roadie 2.4.3](https://www.omniref.com/ruby/gems/roadie/2.4.3) * [Changelog](https://github.com/Mange/roadie/blob/master/Changelog.md) Running specs -------------