This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git
The following commit(s) were added to refs/heads/master by this push:
new f050b763 traget help link on dowload page to Github discussions (#56)
f050b763 is described below
commit f050b76318b6a067fd9b64b631625c27544a1afc
Author: Tim <[email protected]>
AuthorDate: Sun Jan 22 13:09:27 2023 +0100
traget help link on dowload page to Github discussions (#56)
---
website/download.ejs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/download.ejs b/website/download.ejs
index d7e8257e..bce28136 100644
--- a/website/download.ejs
+++ b/website/download.ejs
@@ -87,7 +87,7 @@
</span>
</div>
<div class="col-md-11 col-9">
- Ask your question on <a
href="https://stackoverflow.com/questions/tagged/streampipes">Stack
Overflow</a>.
+ Ask your question on our <a
href="https://github.com/apache/streampipes/discussions">GitHub discussion</a>
page.
</div>
</div>
</li>