Skip to content

Commit 9a77baa

Browse files
committed
Fixed broken links.
1 parent 3531480 commit 9a77baa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If you have found this library useful, please consider making a donation.
6464
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UPMHT4ZFBTCBL)
6565

6666
## Compiling Instructions
67-
Detailed instructions to [compile from source](Compile.md) are available in the wiki.
67+
Detailed instructions to [compile from source](wiki/Compile.md) are available in the wiki.
6868

6969
## Demo Applicaiton
7070
The graphical example application was created to provided a real-time
@@ -73,13 +73,13 @@ application simply execute the jar file provided. Source code available at
7373
[src/java/org/jnativehook/example/NativeHookDemo.java](src/java/org/jnativehook/example/NativeHookDemo.java).
7474

7575
## Sample Code
76-
* [Global Keyboard Listener](src/wiki/examples/Keyboard.md)
77-
* [Global Mouse Listener](src/wiki/examples/Mouse.md)
78-
* [Global Mouse Wheel Listener](src/wiki/examples/MouseWheel.md)
79-
* [Working with Swing](src/wiki/examples/Swing.md)
80-
* [Logging and Console Output](src/wiki/examples/ConsoleOutput.md)
81-
* [Advanced Library Loading](src/wiki/examples/LibraryLoading.md)
82-
* [Consuming Events (Unsupported)](src/wiki/examples/ConsoleOutput.md)
76+
* [Global Keyboard Listener](wiki/examples/Keyboard.md)
77+
* [Global Mouse Listener](wiki/examples/Mouse.md)
78+
* [Global Mouse Wheel Listener](wiki/examples/MouseWheel.md)
79+
* [Working with Swing](wiki/examples/Swing.md)
80+
* [Logging and Console Output](wiki/examples/ConsoleOutput.md)
81+
* [Advanced Library Loading](wiki/examples/LibraryLoading.md)
82+
* [Consuming Events (Unsupported)](wiki/examples/ConsoleOutput.md)
8383

8484
## Additional Information
8585
Up to date source code and documentation available at:

0 commit comments

Comments
 (0)