summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2017-07-01 14:48:37 -0700
committerGitHub <noreply@github.com>2017-07-01 14:48:37 -0700
commit3081caa1aafde076a8472d62091d131dd8ee72c8 (patch)
treeaa8e78e231c311584cb1bbfb7daed8507143c694
parentab89f6df66b5a656d2ea27a8156f5f64d783dc80 (diff)
parent0e5bca653c265de74a714c86c412bd9481c9537e (diff)
Merge pull request #741 from lwm/patch-3
Use RST style links
-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
------