summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2016-11-08 11:44:01 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2016-11-08 11:44:01 +0900
commit330d71d1fcc119e9876378220ac6af7adc8225a3 (patch)
tree8a65f3554e5edb60180c32860c5ae30b538dd203
parent85d7ee4fb09d74ca1fe23ac76973194f672af0e0 (diff)
Fix formatting of Apache Derby database documentation
-rw-r--r--Documentation/database-setup.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/Documentation/database-setup.txt b/Documentation/database-setup.txt
index f19f377dd2..d7202872dc 100644
--- a/Documentation/database-setup.txt
+++ b/Documentation/database-setup.txt
@@ -25,12 +25,13 @@ If Derby is selected, Gerrit will automatically set up the embedded Derby
database as backend so no set up or configuration is necessary.
Currently only support for embedded mode is added. There are two other
-deployment options for Apache Derby that can be added later [1]:
-+
-* Derby Network Server (standalone mode)
-* Embedded Server (hybrid mode)
-+
-[1] http://db.apache.org/derby/papers/DerbyTut/ns_intro.html#ns
+deployment options for Apache Derby that can be added later:
+
+* link:http://db.apache.org/derby/papers/DerbyTut/ns_intro.html#Network+Server+Options[
+Derby Network Server (standalone mode)]
+
+* link:http://db.apache.org/derby/papers/DerbyTut/ns_intro.html#Embedded+Server[
+Embedded Server (hybrid mode)]
[[createdb_postgres]]
=== PostgreSQL