From 01fc416af151a89fd57dbda89d9373bb0a6a8927 Mon Sep 17 00:00:00 2001 From: gudenau Date: Tue, 29 May 2018 14:39:38 -0500 Subject: [PATCH] Update README.md Changed the Wiki link to point to the GitHub Wiki. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fa67f80..b85056ae 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [JNAerator](http://jnaerator.googlecode.com) generates complete native bindings for C, C++ and Objective-C libraries, targetting [BridJ](http://github.com/ochafik/BridJ), [JNA](https://github.com/twall/jna) or [node.js](http://nodejs.org) runtimes. -A comprehensive documentation is available on its [Wiki](https://code.google.com/p/jnaerator/wiki/Documentation?tm=6). +A comprehensive documentation is available on its [Wiki](https://github.com/nativelibs4java/JNAerator/wiki). It was previously hosted on [ochafik/nativelibs4java](http://github.com/ochafik/nativelibs4java).