Skip to content

Commit

Permalink
docs: fix case-sensitive typo in README.md when linking to docs/SslCo…
Browse files Browse the repository at this point in the history
…nfig.md.

previously when clicking the link via GitHub a 404 was returned rather than the expected document

Signed-off-by: backwards-rat-race <backwards-rat-race@users.noreply.github.com>
  • Loading branch information
backwards-rat-race authored and lburgazzoli committed Oct 10, 2022
1 parent 4f78787 commit f103693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down

0 comments on commit f103693

Please sign in to comment.