# File lib/puppet/util/rdoc/generators/puppet_generator.rb, line 712
712:     def http_url(full_name, prefix)
713:       path = full_name.dup
714:       path.gsub!(/<<\s*(\w*)/) { "from-#$1" } if path['<<']
715:       File.join(prefix, path.split("::")) + ".html"
716:     end