From 7810f0467bac110dd00b200bf9d648bf30cafddb Mon Sep 17 00:00:00 2001 From: u5surf Date: Thu, 13 Oct 2022 00:04:56 +0900 Subject: [PATCH] docs: fix link of etcd api gateway Signed-off-by: u5surf --- api_v3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_v3.md b/api_v3.md index 84daa9da..563abcc8 100644 --- a/api_v3.md +++ b/api_v3.md @@ -38,7 +38,7 @@ Method - `timeout`: int default request timeout seconds. - `api_prefix`: string - to suit [etcd v3 api gateway](https://github.com/etcd-io/etcd/blob/master/Documentation/dev-guide/api_grpc_gateway.md#notes). + to suit [etcd v3 api gateway](https://etcd.io/docs/v3.5/dev-guide/api_grpc_gateway/#notes). it will autofill by fetching etcd version if this option empty. - `ssl_verify`: boolean - whether to verify the etcd certificate when originating TLS connection with etcd (if you want to communicate to etcd with TLS connection, use `https` scheme in your `http_host`), default is `true`. - `ssl_cert_path`: string - path to the client certificate