From 3ce5b61413cfebe01147efb7eef4a7241e1d84d8 Mon Sep 17 00:00:00 2001 From: James Blair Date: Tue, 21 Feb 2023 07:13:27 +1300 Subject: [PATCH] Fix incorrect link for fsnotify and suggest newer version. Signed-off-by: James Blair --- inotify/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inotify/README.md b/inotify/README.md index 0c723a8d..fbaa1667 100644 --- a/inotify/README.md +++ b/inotify/README.md @@ -1,5 +1,5 @@ This is a fork of golang.org/x/exp/inotify before it was deleted. -Please use gopkg.in/fsnotify.v0 instead. +Please use gopkg.in/fsnotify.v1 instead. -For updates, see: https://fsnotify.org/ +For updates, see: https://github.com/fsnotify/fsnotify