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

lhotari pushed a commit to branch client-libraries-unversioned
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/client-libraries-unversioned 
by this push:
     new c0ce4f657c9 docs: update absolute /docs/client-libraries-* URL 
references to new paths
c0ce4f657c9 is described below

commit c0ce4f657c9b4331849b4ade05fdc8022d81c43b
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Apr 23 18:58:39 2026 +0300

    docs: update absolute /docs/client-libraries-* URL references to new paths
    
    Fixes the 6 build-time broken-link warnings surfaced by npm run build on
    blog posts and release-notes/legacy.md. These are absolute URLs (not
    markdown-relative) so the earlier repo-wide rewrite didn't catch them.
    
    Note: external http://pulsar.apache.org/docs/en/client-libraries-* URLs in
    versioned_docs/*/functions-deploy.md are intentionally left as-is — they
    don't trigger Docusaurus warnings and the .htaccess redirects handle them
    at runtime.
---
 blog/2018-08-06-Apache-Pulsar-2-1-0.md | 6 +++---
 blog/2019-02-20-Apache-Pulsar-2-3-0.md | 2 +-
 release-notes/legacy.md                | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/blog/2018-08-06-Apache-Pulsar-2-1-0.md 
b/blog/2018-08-06-Apache-Pulsar-2-1-0.md
index db2a90196b7..a3202023329 100644
--- a/blog/2018-08-06-Apache-Pulsar-2-1-0.md
+++ b/blog/2018-08-06-Apache-Pulsar-2-1-0.md
@@ -13,7 +13,7 @@ In Pulsar 2.1 you'll see:
 - [Pulsar IO](/docs/io-overview) connector framework and a list of [builtin 
connectors](/docs/io-connectors)
 - 
[PIP-17](https://github.com/apache/incubator-pulsar/wiki/PIP-17:-Tiered-storage-for-Pulsar-topics):
 [Tiered Storage](/docs/concepts-tiered-storage)
 - Pulsar [Stateful Functions](/docs/functions-state)
-- [Go Client](/docs/client-libraries-go)
+- [Go Client](/docs/client-libraries/go)
 - 
[Avro](https://github.com/apache/incubator-pulsar/blob/v2.1.0-incubating/pulsar-client-schema/src/main/java/org/apache/pulsar/client/impl/schema/AvroSchema.java)
   and 
[Protobuf](https://github.com/apache/incubator-pulsar/blob/v2.1.0-incubating/pulsar-client-schema/src/main/java/org/apache/pulsar/client/impl/schema/ProtobufSchema.java)
 Schemas
 
@@ -81,6 +81,6 @@ support for [Avro](https://avro.apache.org/) and 
[Protobuf](https://developers.g
 
 ## Clients
 
-We have introduced a new [Go](/docs/client-libraries-go) client in 2.1 
release. The Pulsar Go client library is based on the 
[C++](/docs/client-libraries-cpp/) client library.
+We have introduced a new [Go](/docs/client-libraries/go) client in 2.1 
release. The Pulsar Go client library is based on the 
[C++](/docs/client-libraries/cpp) client library.
 
-Follow [the instructions](/docs/client-libraries-go/#installing-go-package) to 
try it out in your Go applications!
+Follow [the instructions](/docs/client-libraries/go#installing-go-package) to 
try it out in your Go applications!
diff --git a/blog/2019-02-20-Apache-Pulsar-2-3-0.md 
b/blog/2019-02-20-Apache-Pulsar-2-3-0.md
index b685c99a27e..8ebded4fb38 100644
--- a/blog/2019-02-20-Apache-Pulsar-2-3-0.md
+++ b/blog/2019-02-20-Apache-Pulsar-2-3-0.md
@@ -109,7 +109,7 @@ fail.
 Currently, the Python schema support Avro and JSON, in addition to
 regular types like `str` and `bytes`.
 
-The complete documentation is available at [Python 
schema](/docs/client-libraries-python/#schema).
+The complete documentation is available at [Python 
schema](/docs/client-libraries/python#schema).
 
 ### Function state API in Python
 
diff --git a/release-notes/legacy.md b/release-notes/legacy.md
index 050a43a06b9..1eeddc369bf 100644
--- a/release-notes/legacy.md
+++ b/release-notes/legacy.md
@@ -421,7 +421,7 @@ https://github.com/apache/pulsar/releases/tag/v2.4.0
 
 #### General
 
- * Support for schema definitions in the Pulsar [Python client 
library](https://pulsar.apache.org/docs/client-libraries-python/#schema)
+ * Support for schema definitions in the Pulsar [Python client 
library](https://pulsar.apache.org/docs/client-libraries/python#schema)
  * PIP-25: [Token based 
authentication](https://pulsar.apache.org/docs/security-token-client/) 
[#2888](https://github.com/apache/pulsar/pull/2888),
    [#3067](https://github.com/apache/pulsar/pull/3067) and 
[#3089](https://github.com/apache/pulsar/pull/3089)
  * Updated to [Apache BookKeeper 
4.9.0](https://bookkeeper.apache.org/docs/4.9.0/overview/releaseNotes/)
@@ -639,7 +639,7 @@ It is a feature release, including several new features and 
major improvements:
 - [Tiered Storage](/docs/en/concepts-tiered-storage/): An extension in Pulsar 
segment store to offload older segments into long term storage (e.g. HDFS, S3).
   S3 support is supported in 2.1 release.
 - [Stateful function](/docs/en/functions-state/): Pulsar Functions is able to 
use [State API](/docs/en/functions-state#api) for storing state within Pulsar.
-- Pulsar [Go Client](/docs/en/client-libraries-go/)
+- Pulsar [Go Client](/docs/client-libraries/go)
 - 
[Avro](https://github.com/apache/incubator-pulsar/blob/v2.1.0-incubating/pulsar-client-schema/src/main/java/org/apache/pulsar/client/impl/schema/AvroSchema.java)
 and
   
[Protobuf](https://github.com/apache/incubator-pulsar/blob/v2.1.0-incubating/pulsar-client-schema/src/main/java/org/apache/pulsar/client/impl/schema/ProtobufSchema.java)
 Schema support
 

Reply via email to