lib/awestruct/cli/options.rb in awestruct-0.6.5 vs lib/awestruct/cli/options.rb in awestruct-0.6.6
- old
+ new
@@ -159,10 +159,10 @@
exit
end
opts.on_tail("-v", "--version", "Display the version") do
puts "Awestruct: #{Awestruct::VERSION}"
- puts "http://awestruct.org/"
+ puts "https://awestruct.github.io/"
exit
end
end
opts.parse!(args)