From 1b14b08509cf9baa3a42f404d629b1bbd9c485b5 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Fri, 6 Jan 2023 10:27:18 +0000 Subject: [PATCH] image path fix --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 09c9999..c0aac93 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ A change detection server that can notify through various services, written in G GoWatch works through filters, a filter performs operations on the input it recieves. Here is an example of a 'Watch' that calculates the lowest and average price of 4090s on NewEgg and notifies the user if the lowest price changed: -![NewEgg 4090](docs/images/newegg_4090.png) +![NewEgg 4090](images/newegg_4090.png) Note that everything, including scheduling/storing/notifying, is a `filter`.