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 2022/10/11 01:12:22 UTC

[pulsar-site] branch main updated: [improve][site] Update instructions for Pulsar Release Page (#245)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 03ae8a6d07e [improve][site] Update instructions for Pulsar Release Page (#245)
03ae8a6d07e is described below

commit 03ae8a6d07e29e68b323d368e0fdaa23b7aa5baa
Author: Anonymitaet <50...@users.noreply.github.com>
AuthorDate: Tue Oct 11 09:12:17 2022 +0800

    [improve][site] Update instructions for Pulsar Release Page (#245)
---
 site2/website-next/release-notes/all.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/site2/website-next/release-notes/all.md b/site2/website-next/release-notes/all.md
index 683bc0efbde..544b3493d42 100644
--- a/site2/website-next/release-notes/all.md
+++ b/site2/website-next/release-notes/all.md
@@ -26,15 +26,17 @@ const cs = require(`../data/release-cs.js`);
 
 ### Previous versions
 
-All release notes of previous versions are available at [here](/release-notes/legacy).
+All release notes of previous versions are available [here](/release-notes/legacy).
 
 ## Client Release Notes
 
 > **Tip**
-> 
-> The code repos of **Java, C++, Python, and WebSocket** clients are hosted in the [Pulsar main repo](https://github.com/apache/pulsar) and these clients are released with Pulsar. Their release notes of previous versions are parts of Pulsar release notes. You can check them out at [here](/release-notes/legacy).
-> 
-> The code repos of **Go, Node.js, and C#** clients are hosted outside of the Pulsar main repo and these clients are not released with Pulsar. They have independent release notes in their repos and all of them are synced to this page.
+>
+> - The code repos of **Java and WebSocket** clients are hosted in the [Pulsar main repo](https://github.com/apache/pulsar). These clients are released with Pulsar. 
+>
+> - The code repos of **[C++](https://github.com/apache/pulsar-client-cpp), [Python](https://github.com/apache/pulsar-client-python), [Go](https://github.com/apache/pulsar-client-go), [Node.js](https://github.com/apache/pulsar-client-node), and [C#](https://github.com/apache/pulsar-dotpulsar)** clients are hosted outside of the Pulsar main repo. These clients are not released with Pulsar.
+>
+> - All clients have [independent release notes](release-notes/versioned) and they are automatically synced to this page.
 
 ### Java