summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorLuke Murphy <lwm@users.noreply.github.com>2017-07-01 19:04:44 +0100
committerGitHub <noreply@github.com>2017-07-01 19:04:44 +0100
commit0e5bca653c265de74a714c86c412bd9481c9537e (patch)
treea7c36939ac54b45d0a023b42507a595a6694b9ad /README.rst
parent82a47be23c107ed401cbbf40273b0df42e1f312b (diff)
Use RST style links
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 65e82f73..f9a0637c 100644
--- a/README.rst
+++ b/README.rst
@@ -65,12 +65,12 @@ The `pgcli` is written using prompt_toolkit_.
* Primitive support for ``psql`` back-slash commands.
* Pretty prints tabular data.
- Note: `pgcli` uses [tabulate](https://github.com/dbcli/pgcli/blob/master/pgcli/packages/tabulate.py)
- package to pretty-print tables. This library does smart formatting of numbers,
- which can sometimes lead to unexpected output. See
- [this issue](https://github.com/dbcli/pgcli/issues/617) for more details.
+ Note: `pgcli` uses the `tabulate`_ package to pretty-print tables. This library does smart formatting
+ of numbers, which can sometimes lead to unexpected output. See `this issue`_ for more details.
.. _prompt_toolkit: https://github.com/jonathanslenders/python-prompt-toolkit
+.. _tabulate: https://github.com/dbcli/pgcli/blob/master/pgcli/packages/tabulate.py
+.. _this issue: https://github.com/dbcli/pgcli/issues/617
Config
------