lib/nanoc/helpers/blogging.rb in nanoc-3.5.0 vs lib/nanoc/helpers/blogging.rb in nanoc-3.6.0

- old
+ new

@@ -348,10 +348,10 @@ # Returns an URI containing an unique ID for the given item. This will be # used in the Atom feed to uniquely identify articles. These IDs are # created using a procedure suggested by Mark Pilgrim and described in his # ["How to make a good ID in Atom" blog post] - # (http://diveintomark.org/archives/2004/05/28/howto-atom-id). + # (http://web.archive.org/web/20110915110202/http://diveintomark.org/archives/2004/05/28/howto-atom-id). # # @param [Nanoc::Item] item The item for which to create an atom tag # # @return [String] The atom tag for the given item def atom_tag_for(item)