Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed libjsonnet.h href in bindings.html #218

Merged
merged 2 commits into from
Jul 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/implementation/bindings.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ <h2>C API</h2>
lowest common denominator across all systems.</p>

<p>The API is documented in <a
href="http://github.com/google/jsonnet/blob/master/libjsonnet.h">libjsonnet.h</a>. 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". </p>
href="http://github.com/google/jsonnet/blob/master/include/libjsonnet.h">libjsonnet.h</a>. 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". </p>

<p>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
Expand Down