Skip to content

Commit 2d54678

Browse files
committed
Update README.md
1 parent a80d399 commit 2d54678

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
It is similar in spirit to [JNA](https://github.com/twall/jna) (dynamic bindings that don't require any native compilation, unlike JNI), but was designed to support C++, to be blazing fast (thanks to [dyncall](http://dyncall.org) + hand-optimized assembly tweaks) and to use modern Java features.
88

9-
A comprehensive documentation is available on its [Wiki](https://code.google.com/p/bridj/wiki/FAQ?tm=6) (needs migration to GitHub Pages!).
9+
A comprehensive documentation is available on its [Wiki](https://github.com/nativelibs4java/BridJ/wiki).
1010

1111
It was previously hosted on [ochafik/nativelibs4java](http://github.com/ochafik/nativelibs4java).
1212

1313
# Quick links
1414

15-
* [Usage](https://code.google.com/p/bridj/wiki/Download) (also see `Examples/BasicExample`)
16-
* [FAQ](https://code.google.com/p/bridj/wiki/FAQ?tm=6)
15+
* [Usage](https://github.com/nativelibs4java/BridJ/wiki/Download) (also see `Examples/BasicExample`)
16+
* [FAQ](https://github.com/nativelibs4java/BridJ/wiki/FAQ)
1717
* [CHANGELOG](./CHANGELOG.md)
1818
* [JavaDoc](http://nativelibs4java.sourceforge.net/bridj/api/development/)
19-
* [Credits and License](http://code.google.com/p/bridj/wiki/CreditsAndLicense)
19+
* [Credits and License](https://github.com/nativelibs4java/BridJ/wiki/CreditsAndLicense)
2020

2121
# Building
2222

0 commit comments

Comments
 (0)