# File lib/mechanize/page/link.rb, line 38
      def uri
        @href && URI.parse(URI.encode(@href))
      end