From 49d763b4f4be8960e39f7492323f2c1647d9b079 Mon Sep 17 00:00:00 2001 From: Sebastian Staudt Date: Fri, 31 Aug 2018 06:17:53 +0200 Subject: [PATCH] Fix dead link in CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 5af6d5f5ae..c564ed455e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -467,7 +467,7 @@ Release 3.5.0 Features -------- -* [#62](https://github.com/java-native-access/jna/issues/62) If a callback is required to reside in a DLL, use [`DLLCallback`](http://twall.github.com/jna/3.5.1/javadoc/com/sun/jna/win32/DLLCallback.html) to tag your Callback object - [@twall](https://github.com/twall). +* [#62](https://github.com/java-native-access/jna/issues/62) If a callback is required to reside in a DLL, use [`DLLCallback`](https://java-native-access.github.io/jna/3.5.1/javadoc/com/sun/jna/win32/DLLCallback.html) to tag your Callback object - [@twall](https://github.com/twall). * `Structure.getFieldOrder()` supersedes `Structure.setFieldOrder()` and is now required - [@twall](https://github.com/twall). * Search `~/Library/Frameworks` and `/Library/Frameworks` on OSX - [@shaneholloway](https://github.com/shaneholloway). * Automatic cleanup of native threads (based on suggestions from neil smith) - [@twall](https://github.com/twall).