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

ptupitsyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7fb2039320 Replace JIRA link with GitHub issues - generate html
7fb2039320 is described below

commit 7fb203932084be44aa3e28938fba14d3da10fc7a
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Mon Nov 28 12:38:18 2022 +0200

    Replace JIRA link with GitHub issues - generate html
---
 our-community.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/our-community.html b/our-community.html
index 2265a5e7a1..def71b3f32 100644
--- a/our-community.html
+++ b/our-community.html
@@ -1403,10 +1403,10 @@
         <article class="faqblock flexi">
           <h3 class="faqblock__title h5"><img 
src="/img/community/b16-icon-reports.svg" alt="" /><span>Report An Issue 
</span></h3>
           <div class="faqblock__right">
-            <p class="faqblock__rightitle">On Jira</p>
-            <p>Visit <a href="https://issues.apache.org/jira/browse/IGNITE"; 
target="_blank">Ignite Jira</a> if you would like to file a new issue or view 
existing issues.</p>
+            <p class="faqblock__rightitle">On GitHub</p>
+            <p>Visit <a href="https://github.com/apache/ignite/issues"; 
target="_blank">Ignite GitHub</a> if you would like to file a new issue.</p>
             <div class="faqblock__buttons flexi pt-2">
-              <a class="faqblock__button flexi" 
href="https://issues.apache.org/jira/browse/IGNITE"; target="_blank"> <img 
class="faqblock__stackicon" src="/img/icon-jira.svg" alt="" /><span>File ticket 
in Jira</span></a>
+              <a class="faqblock__button flexi" 
href="https://github.com/apache/ignite/issues"; target="_blank"><img 
class="faqblock__stackicon" src="/img/icon-jira.svg" alt="" /><span>File ticket 
on GitHub</span></a>
             </div>
           </div>
         </article>

Reply via email to