README.rdoc in nanoc3-3.0.0 vs README.rdoc in nanoc3-3.0.1

- old
+ new

@@ -8,12 +8,13 @@ == Documentation nanoc3's web site, which can be found at http://nanoc.stoneship.org, contains a few useful resources to help you get started with nanoc: -* The tutorial at http://nanoc.stoneship.org/help/tutorial -* The manual at http://nanoc.stoneship.org/help/manual +* The tutorial at http://nanoc.stoneship.org/tutorial +* The manual at http://nanoc.stoneship.org/manual +* The migration guide at http://nanoc.stoneship.org/migrating It is probably also worth checking out and perhaps subscribing to the discussion groups: * The discussion group in English at http://groups.google.com/group/nanoc @@ -38,10 +39,10 @@ as ERB, Markdown, Haml, ... * *test* contains testing code, structured in the same way as lib/nanoc The namespaces (modules) are organised like this: -* *Nanoc* is the namespace for everything nanoc-related (obviously). The +* *Nanoc3* is the namespace for everything nanoc-related (obviously). The classes in 'lib/nanoc3/base' are part of this module (not Nanoc3::Base which does not exist) * *CLI* containing everything related to the commandline tool. * *DataSources* contains the data sources * *Helpers* contains the helpers