summaryrefslogtreecommitdiff
path: root/docs/examples/helloworld.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/helloworld.rst')
-rw-r--r--docs/examples/helloworld.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/helloworld.rst b/docs/examples/helloworld.rst
index 202952bb6..cdc424dfa 100644
--- a/docs/examples/helloworld.rst
+++ b/docs/examples/helloworld.rst
@@ -5,6 +5,7 @@ This example shows the very basic usage of the API.
We create a solver, declare a Boolean variable and check whether it is entailed (by ``true``, as nothing has been asserted to the solver).
.. api-examples::
- ../../examples/api/helloworld.cpp
+ ../../examples/api/cpp/helloworld.cpp
../../examples/api/java/HelloWorld.java
../../examples/api/python/helloworld.py
+ ../../examples/api/smtlib/helloworld.smt2
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback