# File lib/generators/templates/application/merb_core/doc/rdoc/generators/merb_generator.rb, line 568
        def http_url(full_name, prefix)
            path = full_name.dup
            if path['<<']
                path.gsub!(/<<\s*(\w*)/) { "from-#$1" }
            end
            File.join(prefix, path.split("::")) + ".html"
        end