This is an automated email from the ASF dual-hosted git repository.
lhotari 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 978bff44abf Change link to GitHub issues after #1048 (#1077)
978bff44abf is described below
commit 978bff44abf1862144cb2e0b3a8df02e4da1850a
Author: Kiryl Valkovich <[email protected]>
AuthorDate: Mon Jan 19 11:16:02 2026 +0300
Change link to GitHub issues after #1048 (#1077)
---
README.md | 3 ++-
src/components/ui/ArticleThumb/ArticleThumb.js | 2 +-
versioned_docs/version-4.1.x/helm-deploy.md | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index be8a03c17b5..4386c4b6a1e 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,7 @@ 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)
+* For documentation improvements, submit [an
issue](https://github.com/apache/pulsar-site/issues/new) to the site repository.
+* For Pulsar bug reports or any improvements, submit [an
issue](https://github.com/apache/pulsar/issues/new) to the main repository.
* 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/src/components/ui/ArticleThumb/ArticleThumb.js
b/src/components/ui/ArticleThumb/ArticleThumb.js
index 69724ece65a..fea097fbb64 100644
--- a/src/components/ui/ArticleThumb/ArticleThumb.js
+++ b/src/components/ui/ArticleThumb/ArticleThumb.js
@@ -54,7 +54,7 @@ const ArticleThumb = () => {
<a
target='_blank'
className={s.Action}
-
href="https://github.com/apache/pulsar/issues/new?assignees=&labels=doc-required&projects=&template=doc.yml&title=%5BDoc%5D+"
+ href="https://github.com/apache/pulsar-site/issues/new"
>
💡 Suggest changes
</a>
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