diff --git a/master/docs/developer/database.rst b/master/docs/developer/database.rst index 35f71925122..1f5e25950fb 100644 --- a/master/docs/developer/database.rst +++ b/master/docs/developer/database.rst @@ -1860,9 +1860,9 @@ Testing migrations with real databases -------------------------------------- By default Buildbot test suite uses SQLite database for testings database -migrations. To use other database set ``BUILDBOT_TEST_DB_URL`` -environment variable to value in -`SQLAlchemy database URL specification +migrations. +To use other database set ``BUILDBOT_TEST_DB_URL`` environment variable to +value in `SQLAlchemy database URL specification `_.