From 99da0c8ce08328c775625aecd1a713f254f7757d Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Thu, 25 Oct 2018 08:42:08 -0500 Subject: [PATCH] Link to PostgreSQL.org --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e52b780..f895875 100644 --- a/README.rst +++ b/README.rst @@ -27,12 +27,12 @@ PGWUI_Logout Short Documentation ------------------- -PGWUI stands for PostgreSQL Web User Interface. +PGWUI stands for `PostgreSQL`_ Web User Interface. Logout page for the PGWUI Suite. The PGWUI programs retain user credentials for some time and use them -to reconnect to the PostgreSQL server when necessary. To end their +to reconnect to the `PostgreSQL`_ server when necessary. To end their session early the user must logout. The Logout page provides this facility. @@ -61,3 +61,6 @@ Acknowledgments The PGWUI_Common code is based on the GMI_Pyramid sub-system created for the `Gombe Mother Infant Database Project `_. + + +.. _PostgreSQL: https://www.postgresql.org/ -- 2.34.1