fix broken internal links in the manual

This commit is contained in:
Axel Kohlmeyer
2020-10-21 10:56:52 -04:00
parent cc90596183
commit de8149154a
3 changed files with 7 additions and 7 deletions

View File

@ -53,5 +53,5 @@ in two stages: the callback function is registered with the pair style
and then called from the Pair::ev_tally() function, which is called for
each pair after force and energy has been computed for this pair. Then
the tallied values are retrieved with the standard compute_scalar or
compute_vector or compute_peratom methods. The USER-TALLY package
provides *examples*\ _compute_tally.html for utilizing this mechanism.
compute_vector or compute_peratom methods. The :doc:`compute styles in the USER-TALLY package <compute_tally>`
provide *examples* for utilizing this mechanism.