From 6b2f579256b74f3fbc463326cc84aac630149fbe Mon Sep 17 00:00:00 2001 From: bparees Date: Wed, 9 Aug 2023 16:26:43 -0400 Subject: [PATCH] fix readme --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 739070d..131c148 100644 --- a/README.MD +++ b/README.MD @@ -17,7 +17,7 @@ $ cd cmd/wisdom $ go build . ### Define a config file -See https://github.com/bparees/wisdom/config/sample.cfg.yaml for an example. +See https://github.com/bparees/wisdom/blob/main/config/sample.cfg.yaml for an example. ### Run a server $ ./wisdom serve --config path/to/config.yaml