Skip to content

Commit 28a883e

Browse files
committed
Update a link to the official CH documentation
1 parent 5302310 commit 28a883e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func respondWith(rw http.ResponseWriter, err error, status int) {
2121
}
2222

2323
// getAuth retrieves auth credentials from request
24-
// according to CH documentation @see "http://clickhouse.readthedocs.io/en/latest/reference_en.html#HTTP interface"
24+
// according to CH documentation @see "https://clickhouse.yandex/docs/en/interfaces/http/"
2525
func getAuth(req *http.Request) (string, string) {
2626
// check X-ClickHouse- headers
2727
name := req.Header.Get("X-ClickHouse-User")

0 commit comments

Comments
 (0)