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 81b0898 commit a6a2c1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base OS
FROM python:3.9-slim-buster

ARG VERSION="0.0.8"
ARG VERSION="0.0.9"
ARG SIMULATOR_VERSION=3.0.0b

# metadata
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_ginsim/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.8'
__version__ = '0.0.9'
2 changes: 1 addition & 1 deletion docs-src/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BioSimulators-GINsim is available as a command-line program and as a command-lin
Creating COMBINE/OMEX archives and encoding simulation experiments into SED-ML
------------------------------------------------------------------------------

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

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

Expand Down

0 comments on commit a6a2c1b

Please sign in to comment.