summaryrefslogtreecommitdiff
path: root/zen/dir_watcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/dir_watcher.h')
-rw-r--r--zen/dir_watcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/dir_watcher.h b/zen/dir_watcher.h
index ddb3dbb9..eb0bd695 100644
--- a/zen/dir_watcher.h
+++ b/zen/dir_watcher.h
@@ -15,7 +15,7 @@
namespace zen
{
-//Windows: ReadDirectoryChangesW http://msdn.microsoft.com/en-us/library/aa365465(v=vs.85).aspx
+//Windows: ReadDirectoryChangesW https://msdn.microsoft.com/en-us/library/aa365465
//Linux: inotify http://linux.die.net/man/7/inotify
//OS X: kqueue http://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man2/kqueue.2.html
bgstack15