Skip to content

Commit e863e5c

Browse files
committed
refactor: updated documentation links
1 parent 9c89a61 commit e863e5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

biosimulators/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Base OS
22
FROM python:3.9-slim-buster
33

4-
ARG VERSION=0.0.5
4+
ARG VERSION=0.0.6
55
ARG SIMULATOR_VERSION=1.4.0
66
ARG LIBSBML_VERSION=5.19.0
77

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

biosimulators/docs-src/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BioSimulators-LibSBMLSim 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-LibSBMLSim is available at `BioSimulators <https://biosimulators.org/help>`_.
10+
Information about how to create COMBINE/OMEX archives which can be executed by BioSimulators-LibSBMLSim is available `here <`https://docs.biosimulations.org/users/creating-projects/>`_.
1111

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

0 commit comments

Comments
 (0)