Use the canonical router on the CHANGELOG entry

Thanks @egilburg

[ci skip]
This commit is contained in:
Rafael Mendonça França 2013-07-18 10:35:15 -03:00
parent 816b35e781
commit ebc5bdb8e7

@ -13,7 +13,7 @@
After:
link_to(action: 'bar', controller: 'foo') { content_tag(:span, 'Example site') }
# => "<a href=\"/\"><span>Example site</span></a>"
# => "<a href=\"/foo/bar\"><span>Example site</span></a>"
*Murahashi Sanemat Kenichi*