nanoc 2.2.1 is out. This release fixes a few bugs introduced in nanoc 2.2.
First of all, the relativize_path_to helper function (part of the LinkTo helper) now works. A bug in the test cases unfortunately made all tests pass.
The relativize_paths filter has been split into two separate filters: relativize_paths_in_html, which relativizes paths in HTML code, and relativize_paths_in_css, which does the same for CSS.
As always, you can update your copy of nanoc by issuing the “gem update” command, like this:
> sudo gem update nanoc
If you have any issues with this nanoc release, do let me know on the mailinglist or on the IRC channel. Enjoy!