3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

ML API doc fix

This commit is contained in:
Christoph M. Wintersteiger 2015-04-13 17:46:18 +01:00
parent 2948e47240
commit a5036769b3

View file

@ -72,7 +72,7 @@ try:
if (line != '[ML]\n'):
fo.write(line)
elif (ML_ENABLED):
fo.write(' - <a class="el" href="api/html/ml/index.html">ML/OCaml API</a>\n')
fo.write(' - <a class="el" href="ml/index.html">ML/OCaml API</a>\n')
fi.close()
fo.close()