From 932abee3e05ceccac6c13edd72c9fceba4d26ae7 Mon Sep 17 00:00:00 2001 From: Robert Main <50675045+rmainwork@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:30:58 -0400 Subject: [PATCH] Fix docs URL in README The correct link needs to have `/tree/master` in the URL, not just `github.com/serf/docs`. Co-authored-by: Byron Wolfman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5af711acf..90e1ad3f9 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ cluster of the node failure. Full, comprehensive documentation is viewable on the Serf website: -https://github.com/hashicorp/serf/docs +https://github.com/hashicorp/serf/tree/master/docs ## Developing Serf