diff --git a/doc/implementation/bindings.html b/doc/implementation/bindings.html index 729169474..b918374dc 100644 --- a/doc/implementation/bindings.html +++ b/doc/implementation/bindings.html @@ -15,9 +15,9 @@
The API is documented in libjsonnet.h. It is built with -'make libjsonnet.so'. It is used by the python bindings, the Jsonnet commandline tool, as well as a -couple of simpler tests. Search for #include "libjsonnet.h".
+href="http://github.com/google/jsonnet/blob/master/include/libjsonnet.h">libjsonnet.h. It is +built with 'make libjsonnet.so'. It is used by the python bindings, the Jsonnet commandline tool, +as well as a couple of simpler tests. Search for #include "libjsonnet.h".To use the API, create a JsonnetVM object, set various options, then tell it to evaluate a filename or snippet. To avoid leaking memory, the result of execution (JSON or error message) and