diff --git a/doc/Section_howto.html b/doc/Section_howto.html index d09e953e9c..b03e117e76 100644 --- a/doc/Section_howto.html +++ b/doc/Section_howto.html @@ -1805,7 +1805,7 @@ converge and requires careful post-processing (Shinoda)

6.19 Library interface to LAMMPS

-

As described in Section_start 4, LAMMPS +

As described in Section_start 5, LAMMPS can be built as a library, so that it can be called by another code, used in a coupled manner with other codes, or driven through a Python interface. diff --git a/doc/Section_howto.txt b/doc/Section_howto.txt index 044d2c73df..9a1d99e819 100644 --- a/doc/Section_howto.txt +++ b/doc/Section_howto.txt @@ -1792,7 +1792,7 @@ converge and requires careful post-processing "(Shinoda)"_#Shinoda 6.19 Library interface to LAMMPS :link(howto_19),h4 -As described in "Section_start 4"_Section_start.html#start_5, LAMMPS +As described in "Section_start 5"_Section_start.html#start_5, LAMMPS can be built as a library, so that it can be called by another code, used in a "coupled manner"_Section_howto.html#howto_10 with other codes, or driven through a "Python interface"_Section_python.html.