examples/sample29.rb in ruby-graphviz-1.2.2 vs examples/sample29.rb in ruby-graphviz-1.2.3

- old
+ new

@@ -2,7 +2,7 @@ $:.unshift( "../lib" ); require "graphviz" GraphViz.new(:G){ |g| - g.add_nodes("\"Hello.\"\nHow are you ?", :href => "http://www.website.com", :tooltip => "\"Hello.\"\nHow are you ?", :shape => "ellipse", :color => "#FF0000") + g.add_nodes("\"Hello.\"\nHow are you ?", :href => "https://www.example.com/", :tooltip => "\"Hello.\"\nHow are you ?", :shape => "ellipse", :color => "#FF0000") }.save( :svg => "#{$0}.svg" )