From 99f05f55f124789a07cfb6330e8e0d5fb4815b84 Mon Sep 17 00:00:00 2001 From: "Lucas Dixon (iislucas)" Date: Sun, 27 Oct 2024 15:20:58 +0100 Subject: [PATCH] docs: fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb7bbe5..8ede663 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,6 @@ expect(whatIsTabletoB.escaped).toEqual('what is a table to a chair?'); ## Contributing -See the [CONTRIBUTING.md] file for details of how to contribute, setup your +See the [CONTRIBUTING.md](./CONTRIBUTING.md) file for details of how to contribute, setup your environment, run tests, check license headers, style, and format your commit messages.