From 1c5b748edc2c0c63f08c1ae7a0914c8d2855caaf Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 4 Nov 2020 14:00:39 +0800 Subject: [PATCH] docs: fix incorrect docs link (#139) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5a92741..8c05b38 100644 --- a/readme.md +++ b/readme.md @@ -44,7 +44,7 @@ const client = new Etcd3(); Our [TypeDoc docs are available here](https://microsoft.github.io/etcd3/classes/etcd3.html). -Our [test cases](https://github.com/microsoft/etcd3/blob/master/test/) are also readable. +Our [test cases](https://github.com/microsoft/etcd3/tree/master/src/test/) are also readable. ### Running tests