Skip to content

Commit

Permalink
Fix URLs to Oracle documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégory Joseph committed Jul 27, 2015
1 parent 9e94292 commit c2504c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Demo.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This example reports to the command line any changes to the contents of your Downloads and Documents folders. It tracks the entire Downloads and Documents hierarchies.

This example is based on http://blogs.sun.com/thejavatutorials/entry/watching_a_directory_for_changes[Sharon Zakhour's Java 7 Watch Service tutorial].
This example is based on https://docs.oracle.com/javase/tutorial/essential/io/notification.html[Java 7's Watch Service Tutorial here].

[source,java]
.Demo.java
Expand Down
2 changes: 1 addition & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WatchableFile file1 = new WatchableFile(new File("/path/to/watch"));

http://openjdk.java.net/projects/nio/javadoc/java/nio/file/WatchService.html[Read the JavaDocs for Java 7's Watch Service API].

There is a tutorial for http://blogs.sun.com/thejavatutorials/entry/watching_a_directory_for_changes[Java 7's Watch Service API here].
There is a tutorial for https://docs.oracle.com/javase/tutorial/essential/io/notification.html[Java 7's Watch Service API here].

= Download

Expand Down

0 comments on commit c2504c9

Please sign in to comment.