diff --git a/docs/WhiteRabbit.html b/docs/WhiteRabbit.html
index 68545b48..e4a97fc2 100644
--- a/docs/WhiteRabbit.html
+++ b/docs/WhiteRabbit.html
@@ -524,7 +524,7 @@
SQL Server
PostgreSQL
-- Server location: this field contains the host name and database name (/). You can also specify the port (ex: `:/`), which defaults to 5432.
+- Server location: this field contains the host name and database name (
<host>/<database>
). You can also specify the port (ex: <host>:<port>/<database>
), which defaults to 5432.
- User name: name of the user used to log into the server
- Password: password for the supplied user name
- Database name: this field contains the schema containing the tables
diff --git a/docs/WhiteRabbit.md b/docs/WhiteRabbit.md
index 8782ddbb..6af18f4d 100644
--- a/docs/WhiteRabbit.md
+++ b/docs/WhiteRabbit.md
@@ -108,7 +108,7 @@ When the SQL Server JDBC drivers are installed, you can also use Windows authent
#### PostgreSQL
- * _**Server location:**_ this field contains the host name and database name (/). You can also specify the port (ex: `:/`), which defaults to 5432.
+ * _**Server location:**_ this field contains the host name and database name (`/`). You can also specify the port (ex: `:/`), which defaults to 5432.
* _**User name:**_ name of the user used to log into the server
* _**Password:**_ password for the supplied user name
* _**Database name:**_ this field contains the schema containing the tables