Skip to content

Commit f2617c0

Browse files
committed
refactor: updated documentation links
1 parent 80b0242 commit f2617c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
FROM python:3.9-slim-buster
2424

25-
ARG VERSION="0.1.18"
25+
ARG VERSION="0.1.19"
2626
ARG SIMULATOR_VERSION=2.7.0
2727

2828
# metadata

biosimulators_bionetgen/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.18'
1+
__version__ = '0.1.19'

docs-src/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BioSimulators-BioNetGen is available as a command-line program and as a command-
77
Creating COMBINE/OMEX archives and encoding simulation experiments into SED-ML
88
------------------------------------------------------------------------------
99

10-
Information about how to create COMBINE/OMEX archives which can be executed by BioSimulators-BioNetGen is available at `BioSimulators <https://biosimulators.org/help>`_.
10+
Information about how to create COMBINE/OMEX archives which can be executed by BioSimulators-BioNetGen is available `here <https://docs.biosimulations.org/users/creating-projects/>`_.
1111

1212
A list of the algorithms and algorithm parameters supported by BioNetGen is available at `BioSimulators <https://biosimulators.org/simulators/bionetgen>`_.
1313

0 commit comments

Comments
 (0)