README.md in treevisitor-0.2.3 vs README.md in treevisitor-0.2.4

- old
+ new

@@ -1,8 +1,13 @@ tree.rb / tree visitor library ================================================ +Project is moved to new gem tree.rb (https://rubygems.org/gems/tree.rb/stats) +and new repository (https://github.com/tokiro/tree.rb) + + + **tree.rb** is a 'clone' of tree unix command. It is based on tree visitor library. Tree visitor is an implementation of visitor design pattern. <pre> $ tree.rb lib @@ -70,10 +75,10 @@ } </pre> The json structure can be transformed into image: -<img src='https://github.com/tokiro/treevisitor/raw/master/examples/protovis/treevisitor.png'/> +<img src='https://github.com/tokiro/tree.rb/raw/master/examples/protovis/treevisitor.png'/> ### Documentation http://rubydoc.info/gems/treevisitor