From 4fc1d068a5b908757fe7c4fc1106b61c485eb165 Mon Sep 17 00:00:00 2001 From: hotoolong Date: Thu, 15 Feb 2024 12:42:30 +0900 Subject: [PATCH] fix github workflows link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 552fce5d..77f6295a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The `listen` gem listens to file modifications and notifies you about the change * You can watch multiple directories. * Regexp-patterns for ignoring paths for more accuracy and speed * Increased change detection accuracy on OS X HFS and VFAT volumes. -* Continuous Integration: tested on selected Ruby environments via [Github Workflows](https:///github.com/guard/listen/master/.github/workflows). +* Continuous Integration: tested on selected Ruby environments via [Github Workflows](https://github.com/guard/listen/tree/master/.github/workflows). ## Issues / limitations