@@ -28,9 +28,9 @@ A REPL for Postgres
2828
2929This is a postgres client that does auto-completion and syntax highlighting.
3030
31- Home Page: http ://pgcli.com
31+ Home Page: https ://pgcli.com
3232
33- MySQL Equivalent: http ://mycli.net
33+ MySQL Equivalent: https ://mycli.net
3434
3535.. image :: screenshots/pgcli.gif
3636.. image :: screenshots/image01.png
@@ -159,8 +159,8 @@ https://github.com/dbcli/pgcli/blob/main/CONTRIBUTING.rst
159159
160160Please feel free to reach out to us if you need help.
161161
162- * Amjith, pgcli author: amjith.r@gmail.com, Twitter: `@amjithr <http ://twitter.com/amjithr >`_
163- * Irina, pgcli maintainer: i.chernyavska@gmail.com, Twitter: `@irinatruong <http ://twitter.com/irinatruong >`_
162+ * Amjith, pgcli author: amjith.r@gmail.com, Twitter: `@amjithr <https ://twitter.com/amjithr >`_
163+ * Irina, pgcli maintainer: i.chernyavska@gmail.com, Twitter: `@irinatruong <https ://twitter.com/irinatruong >`_
164164
165165Detailed Installation Instructions:
166166-----------------------------------
@@ -346,12 +346,12 @@ Thanks:
346346-------
347347
348348A special thanks to `Jonathan Slenders <https://twitter.com/jonathan_s >`_ for
349- creating `Python Prompt Toolkit <http ://github.com/jonathanslenders/python-prompt-toolkit >`_,
349+ creating `Python Prompt Toolkit <https ://github.com/jonathanslenders/python-prompt-toolkit >`_,
350350which is quite literally the backbone library, that made this app possible.
351351Jonathan has also provided valuable feedback and support during the development
352352of this app.
353353
354- `Click <http ://click.pocoo.org/ >`_ is used for command line option parsing
354+ `Click <https ://click.pocoo.org/ >`_ is used for command line option parsing
355355and printing error messages.
356356
357357Thanks to `psycopg <https://www.psycopg.org/ >`_ for providing a rock solid
0 commit comments