From f4e0ce15e71119efab90e7d28d21ac6c95740d61 Mon Sep 17 00:00:00 2001 From: Beto Dealmeida Date: Tue, 24 Sep 2024 16:57:01 -0400 Subject: [PATCH] fix: links in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 68883d98..b36f614c 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ And a command-line utility: $ shillelagh sql> SELECT * FROM a_table -There is also an [experimental backend](https://shillelagh.readthedocs.io/en/latest/postgres.html) that uses Postgres with the [Multicorn2](http://multicorn2.org/) extension: +There is also an `experimental backend `_ that uses Postgres with the `Multicorn2 `_ extension: .. code-block:: python