We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents faa7ba7 + 7cd4879 commit 2652ba1Copy full SHA for 2652ba1
src/doc/guide-ffi.md
@@ -2,11 +2,11 @@
2
3
# Introduction
4
5
-This guide will use the [snappy](https://code.google.com/p/snappy/)
+This guide will use the [snappy](https://github.com/google/snappy)
6
compression/decompression library as an introduction to writing bindings for
7
foreign code. Rust is currently unable to call directly into a C++ library, but
8
snappy includes a C interface (documented in
9
-[`snappy-c.h`](https://code.google.com/p/snappy/source/browse/trunk/snappy-c.h)).
+[`snappy-c.h`](https://github.com/google/snappy/blob/master/snappy-c.h)).
10
11
The following is a minimal example of calling a foreign function which will
12
compile if snappy is installed:
0 commit comments