From 1d11fb605efcd4096d03603ef8ad292356d37178 Mon Sep 17 00:00:00 2001 From: findinpath Date: Mon, 3 Jan 2022 08:07:59 +0100 Subject: [PATCH] Add link to the trino-example-http connector source code --- docs/src/main/sphinx/develop/example-http.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/main/sphinx/develop/example-http.rst b/docs/src/main/sphinx/develop/example-http.rst index f7b5b59c5434..8f1c12583805 100644 --- a/docs/src/main/sphinx/develop/example-http.rst +++ b/docs/src/main/sphinx/develop/example-http.rst @@ -10,8 +10,9 @@ write a SQL query to process it. Code ---- -The Example HTTP connector can be found in the ``trino-example-http`` -directory in the root of the Trino source tree. +The Example HTTP connector can be found in the `trino-example-http +`_ +directory within the Trino source tree. Plugin implementation ---------------------