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 6b7bd18fa6 Replace JIRA link with GitHub issues
6b7bd18fa6 is described below

commit 6b7bd18fa6b0132c053a5ca70852fc70758f0a94
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Mon Nov 28 12:25:33 2022 +0200

    Replace JIRA link with GitHub issues
---
 _src/our-community.pug | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/_src/our-community.pug b/_src/our-community.pug
index 9a96548647..4d9279da07 100644
--- a/_src/our-community.pug
+++ b/_src/our-community.pug
@@ -502,16 +502,10 @@ block main
                     img(src="/img/community/b16-icon-reports.svg", alt="")
                     span Report An Issue 
                 .faqblock__right
-                    p.faqblock__rightitle On Jira
-                    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.faqblock__rightitle On GitHub
+                    p Visit <a href="https://github.com/apache/ignite/issues"; 
target="_blank">Ignite GitHub</a> if you would like to file a new issue.
                     .faqblock__buttons.flexi.pt-2
-                        
a.faqblock__button.flexi(href="https://issues.apache.org/jira/browse/IGNITE"; 
target="_blank") 
+                        
a.faqblock__button.flexi(href="https://github.com/apache/ignite/issues"; 
target="_blank")
                             img(src="/img/icon-jira.svg", 
alt="").faqblock__stackicon
-                            span File ticket in Jira
+                            span File ticket on GitHub
             // /.faqblock
-
-
-
-
-
-                
\ No newline at end of file

Reply via email to