In addition to using cvc5 :doc:`as a binary <../binary/binary>`, cvc5 features APIs
for several different programming languages.
-While the :doc:`C++ API <cpp/cpp>` is considered the primary interface to cvc5, both the :doc:`Java API <java/index>` and the :doc:`Python API <python/python>` implement a thin wrapper around it.
+While the :doc:`C++ API <cpp/cpp>` is considered the primary interface to cvc5, both the :doc:`Java API <java/java>` and the :doc:`Python API <python/python>` implement a thin wrapper around it.
Additionally, a more pythonic Python API is availble at https://github.com/cvc5/cvc5_z3py_compat.
.. toctree::
.. api-examples::
<examples>/api/cpp/transcendentals.cpp
+ <examples>/api/java/Transcendentals.java
<examples>/api/python/transcendentals.py
<examples>/api/smtlib/transcendentals.smt2
\ No newline at end of file