From 15d1891c073301737a14aee079020214d701b7b8 Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Mon, 26 Oct 2015 11:34:33 +0100 Subject: [PATCH] Fix Sphinx syntax error in testing docs --- doc/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/testing.rst b/doc/testing.rst index 75565645..ccf2189f 100644 --- a/doc/testing.rst +++ b/doc/testing.rst @@ -16,7 +16,7 @@ the Mutalyzer source directory. tests. By default, the tests use an in-memory SQLite database. This can be customized -with the ``--database-uri` command line argument and a valid `SQLAlchemy +with the ``--database-uri`` command line argument and a valid `SQLAlchemy connection URI <http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html#database-urls>`_ (obviously, the contents of this database will be lost). For example, to use -- GitLab