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