You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mi...@apache.org on 2022/10/06 08:41:49 UTC

[kafka] branch trunk updated: MINOR: Fix link to Connect OpenAPI spec (#12713)

This is an automated email from the ASF dual-hosted git repository.

mimaison pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 335d70ede79 MINOR: Fix link to Connect OpenAPI spec (#12713)
335d70ede79 is described below

commit 335d70ede79d86756a18d7c657e06d8715de8436
Author: Mickael Maison <mi...@users.noreply.github.com>
AuthorDate: Thu Oct 6 10:41:17 2022 +0200

    MINOR: Fix link to Connect OpenAPI spec (#12713)
    
    
    Reviewers: José Armando García Sancio <js...@confluent.io>
---
 docs/connect.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/connect.html b/docs/connect.html
index 0affc4c5531..0232e24e1f8 100644
--- a/docs/connect.html
+++ b/docs/connect.html
@@ -327,7 +327,7 @@ listeners=http://localhost:8080,https://localhost:8443</pre>
         <li><code>GET /</code>- return basic information about the Kafka Connect cluster such as the version of the Connect worker that serves the REST request (including git commit ID of the source code) and the Kafka cluster ID that is connected to.
     </ul>
 
-    <p>For the complete specification of the REST API, see the <a href="generated/connect_rest.yaml">OpenAPI documentation</a></p>
+    <p>For the complete specification of the REST API, see the <a href="/{{version}}/generated/connect_rest.yaml">OpenAPI documentation</a></p>
 
     <h4><a id="connect_errorreporting" href="#connect_errorreporting">Error Reporting in Connect</a></h4>