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

visortelle pushed a commit to branch change-gh-issues-link
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit ab485e2230bfdc71341e8fcf65d6d81e3d411644
Author: Kiryl Valkovich <[email protected]>
AuthorDate: Sun Jan 18 19:28:04 2026 +0300

    Change link to GitHub issues after #1048
---
 README.md                                   | 2 +-
 docusaurus.config.ts                        | 2 +-
 versioned_docs/version-4.1.x/helm-deploy.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index be8a03c17b5..5fe57e97df1 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,6 @@ git push -f HEAD:asf-site-next
 
 ## Contact information
 
-* Submit [an issue](https://github.com/apache/pulsar/issues/new) on the [main 
apache/pulsar repo](http://github.com/apache/pulsar)
+* Submit [an issue](https://github.com/apache/pulsar-site/issues/new).
 * Subscribe to the [[email protected] mailing 
list](https://pulsar.apache.org/contact/#mailing-lists) and start a discussion.
 * Ask on the [#dev channel on Pulsar 
Slack](https://apache-pulsar.slack.com/channels/dev) 
([join](https://pulsar.apache.org/community#section-discussions))
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index c817ee4429b..10f0d9c50fe 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -273,7 +273,7 @@ module.exports = async function createConfigAsync() {
                   label: "Wiki",
                 },
                 {
-                  to: "https://github.com/apache/pulsar/issues";,
+                  to: "https://github.com/apache/pulsar-site/issues";,
                   label: "Issue Tracking",
                 },
               ],
diff --git a/versioned_docs/version-4.1.x/helm-deploy.md 
b/versioned_docs/version-4.1.x/helm-deploy.md
index 5be5ec2ac68..571ef1fe6c1 100644
--- a/versioned_docs/version-4.1.x/helm-deploy.md
+++ b/versioned_docs/version-4.1.x/helm-deploy.md
@@ -398,7 +398,7 @@ pulsar_manager:
 
 ## Troubleshoot
 
-Although we have done our best to make these charts as seamless as possible, 
troubles do go out of our control occasionally. We have been collecting tips 
and tricks for troubleshooting common issues. Check it first before raising an 
[issue](https://github.com/apache/pulsar/issues/new/choose), and feel free to 
add your solutions by creating a [Pull 
Request](https://github.com/apache/pulsar/compare).
+Although we have done our best to make these charts as seamless as possible, 
troubles do go out of our control occasionally. We have been collecting tips 
and tricks for troubleshooting common issues. Check it first before raising an 
[issue](https://github.com/apache/pulsar-helm-chart/issues/new/choose), and 
feel free to add your solutions by creating a [Pull 
Request](https://github.com/apache/pulsar-helm-chart/compare).
 
 
 ## Uninstall

Reply via email to