You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by li...@apache.org on 2021/06/15 11:09:49 UTC

[pulsar] branch master updated: [docs] Fix a bad link in functions overview (#10897)

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

liuyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f90c95  [docs] Fix a bad link in functions overview (#10897)
0f90c95 is described below

commit 0f90c951d811efc8ad013526aca999a8be0eb256
Author: Fangbin Sun <su...@gmail.com>
AuthorDate: Tue Jun 15 19:09:09 2021 +0800

    [docs] Fix a bad link in functions overview (#10897)
    
    * Fix a bad link in functions overview
    
    * Fix other doc versions
---
 site2/docs/functions-overview.md                                 | 2 +-
 site2/website/versioned_docs/version-2.4.1/functions-overview.md | 2 +-
 site2/website/versioned_docs/version-2.4.2/functions-overview.md | 2 +-
 site2/website/versioned_docs/version-2.5.0/functions-overview.md | 2 +-
 site2/website/versioned_docs/version-2.5.1/functions-overview.md | 2 +-
 site2/website/versioned_docs/version-2.5.2/functions-overview.md | 2 +-
 site2/website/versioned_docs/version-2.6.0/functions-overview.md | 2 +-
 site2/website/versioned_docs/version-2.6.1/functions-overview.md | 2 +-
 site2/website/versioned_docs/version-2.6.2/functions-overview.md | 2 +-
 site2/website/versioned_docs/version-2.6.3/functions-overview.md | 2 +-
 site2/website/versioned_docs/version-2.6.4/functions-overview.md | 2 +-
 site2/website/versioned_docs/version-2.7.0/functions-overview.md | 2 +-
 site2/website/versioned_docs/version-2.7.1/functions-overview.md | 2 +-
 site2/website/versioned_docs/version-2.7.2/functions-overview.md | 2 +-
 site2/website/versioned_docs/version-2.7.3/functions-overview.md | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/site2/docs/functions-overview.md b/site2/docs/functions-overview.md
index 2992e95..9e19d91 100644
--- a/site2/docs/functions-overview.md
+++ b/site2/docs/functions-overview.md
@@ -34,7 +34,7 @@ Pulsar Functions provide a wide range of functionality, and the core programming
 
   * Apply some processing logic to the input and write output to:
     * An **output topic** in Pulsar
-    * [Apache BookKeeper](#state-storage)
+    * [Apache BookKeeper](functions-develop.md#state-storage)
   * Write logs to a **log topic** (potentially for debugging purposes)
   * Increment a [counter](#word-count-example)
 
diff --git a/site2/website/versioned_docs/version-2.4.1/functions-overview.md b/site2/website/versioned_docs/version-2.4.1/functions-overview.md
index 3a072dd..ab6d42f 100644
--- a/site2/website/versioned_docs/version-2.4.1/functions-overview.md
+++ b/site2/website/versioned_docs/version-2.4.1/functions-overview.md
@@ -35,7 +35,7 @@ Pulsar Functions provide a wide range of functionality, and the core programming
 
   * Apply some processing logic to the input and write output to:
     * An **output topic** in Pulsar
-    * [Apache BookKeeper](#state-storage)
+    * [Apache BookKeeper](functions-develop.md#state-storage)
   * Write logs to a **log topic** (potentially for debugging purposes)
   * Increment a [counter](#word-count-example)
 
diff --git a/site2/website/versioned_docs/version-2.4.2/functions-overview.md b/site2/website/versioned_docs/version-2.4.2/functions-overview.md
index a276861..dfd6b89 100644
--- a/site2/website/versioned_docs/version-2.4.2/functions-overview.md
+++ b/site2/website/versioned_docs/version-2.4.2/functions-overview.md
@@ -35,7 +35,7 @@ Pulsar Functions provide a wide range of functionality, and the core programming
 
   * Apply some processing logic to the input and write output to:
     * An **output topic** in Pulsar
-    * [Apache BookKeeper](#state-storage)
+    * [Apache BookKeeper](functions-develop.md#state-storage)
   * Write logs to a **log topic** (potentially for debugging purposes)
   * Increment a [counter](#word-count-example)
 
diff --git a/site2/website/versioned_docs/version-2.5.0/functions-overview.md b/site2/website/versioned_docs/version-2.5.0/functions-overview.md
index 9aa0159..499f585 100644
--- a/site2/website/versioned_docs/version-2.5.0/functions-overview.md
+++ b/site2/website/versioned_docs/version-2.5.0/functions-overview.md
@@ -35,7 +35,7 @@ Pulsar Functions provide a wide range of functionality, and the core programming
 
   * Apply some processing logic to the input and write output to:
     * An **output topic** in Pulsar
-    * [Apache BookKeeper](#state-storage)
+    * [Apache BookKeeper](functions-develop.md#state-storage)
   * Write logs to a **log topic** (potentially for debugging purposes)
   * Increment a [counter](#word-count-example)
 
diff --git a/site2/website/versioned_docs/version-2.5.1/functions-overview.md b/site2/website/versioned_docs/version-2.5.1/functions-overview.md
index 3577734..d99547b 100644
--- a/site2/website/versioned_docs/version-2.5.1/functions-overview.md
+++ b/site2/website/versioned_docs/version-2.5.1/functions-overview.md
@@ -35,7 +35,7 @@ Pulsar Functions provide a wide range of functionality, and the core programming
 
   * Apply some processing logic to the input and write output to:
     * An **output topic** in Pulsar
-    * [Apache BookKeeper](#state-storage)
+    * [Apache BookKeeper](functions-develop.md#state-storage)
   * Write logs to a **log topic** (potentially for debugging purposes)
   * Increment a [counter](#word-count-example)
 
diff --git a/site2/website/versioned_docs/version-2.5.2/functions-overview.md b/site2/website/versioned_docs/version-2.5.2/functions-overview.md
index 8cfbef8..8fd5c40 100644
--- a/site2/website/versioned_docs/version-2.5.2/functions-overview.md
+++ b/site2/website/versioned_docs/version-2.5.2/functions-overview.md
@@ -35,7 +35,7 @@ Pulsar Functions provide a wide range of functionality, and the core programming
 
   * Apply some processing logic to the input and write output to:
     * An **output topic** in Pulsar
-    * [Apache BookKeeper](#state-storage)
+    * [Apache BookKeeper](functions-develop.md#state-storage)
   * Write logs to a **log topic** (potentially for debugging purposes)
   * Increment a [counter](#word-count-example)
 
diff --git a/site2/website/versioned_docs/version-2.6.0/functions-overview.md b/site2/website/versioned_docs/version-2.6.0/functions-overview.md
index efc536b..ebf94f3 100644
--- a/site2/website/versioned_docs/version-2.6.0/functions-overview.md
+++ b/site2/website/versioned_docs/version-2.6.0/functions-overview.md
@@ -35,7 +35,7 @@ Pulsar Functions provide a wide range of functionality, and the core programming
 
   * Apply some processing logic to the input and write output to:
     * An **output topic** in Pulsar
-    * [Apache BookKeeper](#state-storage)
+    * [Apache BookKeeper](functions-develop.md#state-storage)
   * Write logs to a **log topic** (potentially for debugging purposes)
   * Increment a [counter](#word-count-example)
 
diff --git a/site2/website/versioned_docs/version-2.6.1/functions-overview.md b/site2/website/versioned_docs/version-2.6.1/functions-overview.md
index 5dbf2ed..2246d40 100644
--- a/site2/website/versioned_docs/version-2.6.1/functions-overview.md
+++ b/site2/website/versioned_docs/version-2.6.1/functions-overview.md
@@ -35,7 +35,7 @@ Pulsar Functions provide a wide range of functionality, and the core programming
 
   * Apply some processing logic to the input and write output to:
     * An **output topic** in Pulsar
-    * [Apache BookKeeper](#state-storage)
+    * [Apache BookKeeper](functions-develop.md#state-storage)
   * Write logs to a **log topic** (potentially for debugging purposes)
   * Increment a [counter](#word-count-example)
 
diff --git a/site2/website/versioned_docs/version-2.6.2/functions-overview.md b/site2/website/versioned_docs/version-2.6.2/functions-overview.md
index 571afd8..f86f818 100644
--- a/site2/website/versioned_docs/version-2.6.2/functions-overview.md
+++ b/site2/website/versioned_docs/version-2.6.2/functions-overview.md
@@ -35,7 +35,7 @@ Pulsar Functions provide a wide range of functionality, and the core programming
 
   * Apply some processing logic to the input and write output to:
     * An **output topic** in Pulsar
-    * [Apache BookKeeper](#state-storage)
+    * [Apache BookKeeper](functions-develop.md#state-storage)
   * Write logs to a **log topic** (potentially for debugging purposes)
   * Increment a [counter](#word-count-example)
 
diff --git a/site2/website/versioned_docs/version-2.6.3/functions-overview.md b/site2/website/versioned_docs/version-2.6.3/functions-overview.md
index ae11006..1b561a0 100644
--- a/site2/website/versioned_docs/version-2.6.3/functions-overview.md
+++ b/site2/website/versioned_docs/version-2.6.3/functions-overview.md
@@ -35,7 +35,7 @@ Pulsar Functions provide a wide range of functionality, and the core programming
 
   * Apply some processing logic to the input and write output to:
     * An **output topic** in Pulsar
-    * [Apache BookKeeper](#state-storage)
+    * [Apache BookKeeper](functions-develop.md#state-storage)
   * Write logs to a **log topic** (potentially for debugging purposes)
   * Increment a [counter](#word-count-example)
 
diff --git a/site2/website/versioned_docs/version-2.6.4/functions-overview.md b/site2/website/versioned_docs/version-2.6.4/functions-overview.md
index cb51a48..1d74942 100644
--- a/site2/website/versioned_docs/version-2.6.4/functions-overview.md
+++ b/site2/website/versioned_docs/version-2.6.4/functions-overview.md
@@ -35,7 +35,7 @@ Pulsar Functions provide a wide range of functionality, and the core programming
 
   * Apply some processing logic to the input and write output to:
     * An **output topic** in Pulsar
-    * [Apache BookKeeper](#state-storage)
+    * [Apache BookKeeper](functions-develop.md#state-storage)
   * Write logs to a **log topic** (potentially for debugging purposes)
   * Increment a [counter](#word-count-example)
 
diff --git a/site2/website/versioned_docs/version-2.7.0/functions-overview.md b/site2/website/versioned_docs/version-2.7.0/functions-overview.md
index face9c0..7814ef0 100644
--- a/site2/website/versioned_docs/version-2.7.0/functions-overview.md
+++ b/site2/website/versioned_docs/version-2.7.0/functions-overview.md
@@ -35,7 +35,7 @@ Pulsar Functions provide a wide range of functionality, and the core programming
 
   * Apply some processing logic to the input and write output to:
     * An **output topic** in Pulsar
-    * [Apache BookKeeper](#state-storage)
+    * [Apache BookKeeper](functions-develop.md#state-storage)
   * Write logs to a **log topic** (potentially for debugging purposes)
   * Increment a [counter](#word-count-example)
 
diff --git a/site2/website/versioned_docs/version-2.7.1/functions-overview.md b/site2/website/versioned_docs/version-2.7.1/functions-overview.md
index d03efdb..270a089 100644
--- a/site2/website/versioned_docs/version-2.7.1/functions-overview.md
+++ b/site2/website/versioned_docs/version-2.7.1/functions-overview.md
@@ -35,7 +35,7 @@ Pulsar Functions provide a wide range of functionality, and the core programming
 
   * Apply some processing logic to the input and write output to:
     * An **output topic** in Pulsar
-    * [Apache BookKeeper](#state-storage)
+    * [Apache BookKeeper](functions-develop.md#state-storage)
   * Write logs to a **log topic** (potentially for debugging purposes)
   * Increment a [counter](#word-count-example)
 
diff --git a/site2/website/versioned_docs/version-2.7.2/functions-overview.md b/site2/website/versioned_docs/version-2.7.2/functions-overview.md
index e760d40..47b8060 100644
--- a/site2/website/versioned_docs/version-2.7.2/functions-overview.md
+++ b/site2/website/versioned_docs/version-2.7.2/functions-overview.md
@@ -35,7 +35,7 @@ Pulsar Functions provide a wide range of functionality, and the core programming
 
   * Apply some processing logic to the input and write output to:
     * An **output topic** in Pulsar
-    * [Apache BookKeeper](#state-storage)
+    * [Apache BookKeeper](functions-develop.md#state-storage)
   * Write logs to a **log topic** (potentially for debugging purposes)
   * Increment a [counter](#word-count-example)
 
diff --git a/site2/website/versioned_docs/version-2.7.3/functions-overview.md b/site2/website/versioned_docs/version-2.7.3/functions-overview.md
index 9f11bb9..514897f7 100644
--- a/site2/website/versioned_docs/version-2.7.3/functions-overview.md
+++ b/site2/website/versioned_docs/version-2.7.3/functions-overview.md
@@ -35,7 +35,7 @@ Pulsar Functions provide a wide range of functionality, and the core programming
 
   * Apply some processing logic to the input and write output to:
     * An **output topic** in Pulsar
-    * [Apache BookKeeper](#state-storage)
+    * [Apache BookKeeper](functions-develop.md#state-storage)
   * Write logs to a **log topic** (potentially for debugging purposes)
   * Increment a [counter](#word-count-example)