Skip to content

Commit 6db51ab

Browse files
committed
refactor: updated documentation links
1 parent 4169bcd commit 6db51ab

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
@@ -1,7 +1,7 @@
11
# Base OS
22
FROM ghcr.io/biosimulators/biosimulators_pysces/pysces_base:latest
33

4-
ARG VERSION=0.1.24
4+
ARG VERSION=0.1.25
55
ARG SIMULATOR_VERSION="1.0.0"
66

77
# metadata

biosimulators_pysces/_version.py

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

docs-src/tutorial.rst

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

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

0 commit comments

Comments
 (0)