Skip to content

Commit

Permalink
refactor: updated documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Dec 14, 2021
1 parent 9520994 commit dd50b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biosimulators_utils/simulator/environ.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
options=[policy.value for policy, _ in sorted(ALGORITHM_SUBSTITUTION_POLICY_LEVELS.items(),
key=lambda policy_level: policy_level[1])],
default=AlgorithmSubstitutionPolicy.SIMILAR_VARIABLES.value,
more_info_url='https://biosimulators.org/conventions/simulator-interfaces',
more_info_url='https://docs.biosimulations.org/concepts/conventions/simulator-interfaces/',
),

# reports
Expand Down Expand Up @@ -220,7 +220,7 @@
description='Whether to print additional information about simulation runs.',
options=['0', '1'],
default='1' if config.VERBOSE else '0',
more_info_url='https://biosimulators.org/conventions/simulator-interfaces',
more_info_url='https://docs.biosimulations.org/concepts/conventions/simulator-interfaces/',
),

# debugging
Expand Down

0 comments on commit dd50b03

Please sign in to comment.