From 9cf74580e93072702eb65caa3fb9b7b226415259 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sun, 11 Aug 2024 22:10:45 +0100 Subject: [PATCH] Fix the readme link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d1e418..5d0015b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Matchy is configured by a `config.json` file that takes this format: } } ``` -Only token and version are required. See [`py/config.py`](for explanations for any of these) +Only token and version are required. See [`py/config.py`](py/config.py) for explanations for any of these. ## TODO * Write bot tests with [dpytest](https://dpytest.readthedocs.io/en/latest/tutorials/getting_started.html)