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

cegerton pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new aad6e597 MINOR: Fix anchor link in Connect docs
aad6e597 is described below

commit aad6e5975e229e5d9d583175c5381bf51a695f47
Author: Chris Egerton <[email protected]>
AuthorDate: Wed Mar 8 10:40:01 2023 -0500

    MINOR: Fix anchor link in Connect docs
---
 33/connect.html | 2 +-
 34/connect.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/33/connect.html b/33/connect.html
index fa3f511c..05a1ddda 100644
--- a/33/connect.html
+++ b/33/connect.html
@@ -694,7 +694,7 @@ if (offset != null) {
 
     <p>Of course, you might need to read many keys for each of the input 
streams. The <code>OffsetStorageReader</code> interface also allows you to 
issue bulk reads to efficiently load all offsets, then apply them by seeking 
each input stream to the appropriate position.</p>
 
-    <h5><a id="connect_exactlyoncesourceconnectors" 
href="#connect_exactlyoncesourceconnectors>">Exactly-once source 
connectors</a></h5>
+    <h5><a id="connect_exactlyoncesourceconnectors" 
href="#connect_exactlyoncesourceconnectors">Exactly-once source 
connectors</a></h5>
 
     <h6>Supporting exactly-once</h6>
 
diff --git a/34/connect.html b/34/connect.html
index 089fadb4..4c9a8d97 100644
--- a/34/connect.html
+++ b/34/connect.html
@@ -701,7 +701,7 @@ if (offset != null) {
 
     <p>Of course, you might need to read many keys for each of the input 
streams. The <code>OffsetStorageReader</code> interface also allows you to 
issue bulk reads to efficiently load all offsets, then apply them by seeking 
each input stream to the appropriate position.</p>
 
-    <h5><a id="connect_exactlyoncesourceconnectors" 
href="#connect_exactlyoncesourceconnectors>">Exactly-once source 
connectors</a></h5>
+    <h5><a id="connect_exactlyoncesourceconnectors" 
href="#connect_exactlyoncesourceconnectors">Exactly-once source 
connectors</a></h5>
 
     <h6>Supporting exactly-once</h6>
 

Reply via email to