runzhliu commented on code in PR #4146:
URL: https://github.com/apache/kyuubi/pull/4146#discussion_r1066793545


##########
README.md:
##########
@@ -102,7 +102,7 @@ and others would not be possible without your help.
 ## Online Documentation
 
 Since Kyuubi 1.3.0-incubating, the Kyuubi online documentation is hosted by 
[https://kyuubi.apache.org/](https://kyuubi.apache.org/).
-You can find the latest Kyuubi documentation on [this web 
page](https://kyuubi.apache.org/docs/latest/).
+You can find the latest Kyuubi documentation on [this web 
page](https://kyuubi.apache.org/).

Review Comment:
   this [link](https://kyuubi.readthedocs.io/en/master/) also seems to be 
unavailable, and always be redirected to https://kyuubi.apache.org/en/master/ 
@pan3793 
   
   ```
   curl -v https://kyuubi.readthedocs.io/en/master/
   *   Trying 104.17.33.82:443...
   * Connected to kyuubi.readthedocs.io (104.17.33.82) port 443 (#0)
   * ALPN, offering h2
   * ALPN, offering http/1.1
   * successfully set certificate verify locations:
   *  CAfile: /etc/ssl/cert.pem
   *  CApath: none
   * TLSv1.2 (OUT), TLS handshake, Client hello (1):
   * TLSv1.2 (IN), TLS handshake, Server hello (2):
   * TLSv1.2 (IN), TLS handshake, Certificate (11):
   * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
   * TLSv1.2 (IN), TLS handshake, Server finished (14):
   * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
   * TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
   * TLSv1.2 (OUT), TLS handshake, Finished (20):
   * TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
   * TLSv1.2 (IN), TLS handshake, Finished (20):
   * SSL connection using TLSv1.2 / ECDHE-ECDSA-CHACHA20-POLY1305
   * ALPN, server accepted to use h2
   * Server certificate:
   *  subject: C=US; ST=California; L=San Francisco; O=Cloudflare, Inc.; 
CN=sni.cloudflaressl.com
   *  start date: Oct 18 00:00:00 2022 GMT
   *  expire date: Oct 18 23:59:59 2023 GMT
   *  subjectAltName: host "kyuubi.readthedocs.io" matched cert's 
"*.readthedocs.io"
   *  issuer: C=US; O=Cloudflare, Inc.; CN=Cloudflare Inc ECC CA-3
   *  SSL certificate verify ok.
   * Using HTTP2, server supports multi-use
   * Connection state changed (HTTP/2 confirmed)
   * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: 
len=0
   * Using Stream ID: 1 (easy handle 0x7fec97010600)
   > GET /en/master/ HTTP/2
   > Host: kyuubi.readthedocs.io
   > user-agent: curl/7.77.0
   > accept: */*
   >
   * Connection state changed (MAX_CONCURRENT_STREAMS == 256)!
   < HTTP/2 302
   < date: Wed, 11 Jan 2023 09:59:41 GMT
   < content-type: text/html; charset=utf-8
   < content-length: 0
   < location: https://kyuubi.apache.org/en/master/
   < x-rtd-redirect: canonical-cname
   < x-rtd-domain: kyuubi.readthedocs.io
   < x-rtd-project: kyuubi
   < x-rtd-version: master
   < x-rtd-project-method: subdomain
   < x-rtd-version-method: path
   < strict-transport-security: max-age=31536000; includeSubDomains; preload
   < referrer-policy: no-referrer-when-downgrade
   < x-content-type-options: nosniff
   < x-xss-protection: 1; mode=block
   < vary: Accept-Language, Cookie
   < content-language: zh-cn
   < x-served: Django-Proxito
   < x-backend: web-i-0570a8797e95b9212
   < cf-cache-status: HIT
   < age: 193
   < expires: Thu, 12 Jan 2023 09:59:41 GMT
   < cache-control: public, max-age=86400
   < server: cloudflare
   < cf-ray: 787ccd16e8870ed4-HKG
   < alt-svc: h3=":443"; ma=86400, h3-29=":443"; ma=86400
   <
   * Connection #0 to host kyuubi.readthedocs.io left intact
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org
For additional commands, e-mail: notifications-h...@kyuubi.apache.org

Reply via email to