From f1036933a155724352f2d695ae018916e2752996 Mon Sep 17 00:00:00 2001 From: backwards-rat-race Date: Sat, 8 Oct 2022 09:01:52 +0100 Subject: [PATCH] docs: fix case-sensitive typo in README.md when linking to docs/SslConfig.md. previously when clicking the link via GitHub a 404 was returned rather than the expected document Signed-off-by: backwards-rat-race --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1f81ea9a..beaff13e9 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ GetResponse response = getFuture.get(); // delete the key kvClient.delete(key).get(); ``` -To build one ssl secured client, refer to [secured client config](docs/sslconfig.md). +To build one ssl secured client, refer to [secured client config](docs/SslConfig.md). For full etcd v3 API, plesase refer to the [official API documentation](https://etcd.io/docs/current/learning/api/).