From 904664743f432899319b436a5d9b32e176fe07f3 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Thu, 5 Jul 2018 23:57:13 +0300 Subject: [PATCH] Fix link to contributing instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63d18101..ec7bcafc 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,6 @@ fork. Before submitting any change, make sure to: -- Read the [Contributing instructions](https://github.com/thelounge/thelounge/blob/master/CONTRIBUTING.md#contributing) +- Read the [Contributing instructions](https://github.com/thelounge/thelounge/blob/master/.github/CONTRIBUTING.md#contributing) - Run `npm test` to execute linters and test suite - Run `npm run build` if you change or add anything in `client/js` or `client/views`