We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964a198 commit b7d580aCopy full SHA for b7d580a
lib/rdoc/rdoc.rb
@@ -520,6 +520,7 @@ def generate
520
Dir.chdir @options.op_dir do
521
unless @options.quiet then
522
$stderr.puts "\nGenerating #{@generator.class.name.sub(/^.*::/, '')} format into #{Dir.pwd}..."
523
+ $stderr.puts "\nYou can visit the home page at: \e]8;;file://#{Dir.pwd}/index.html\e\\file://#{Dir.pwd}/index.html\e]8;;\e\\"
524
end
525
526
@generator.generate
0 commit comments