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

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new c94db9741f Fix link to bug database
c94db9741f is described below

commit c94db9741f0547235f9a67b1ece40389add6b742
Author: sebbASF <[email protected]>
AuthorDate: Wed Jul 19 01:04:30 2023 +0100

    Fix link to bug database
---
 doap_JMeter.rdf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doap_JMeter.rdf b/doap_JMeter.rdf
index c4367e3d98..5f662ebe95 100644
--- a/doap_JMeter.rdf
+++ b/doap_JMeter.rdf
@@ -29,7 +29,7 @@
     <asfext:pmc rdf:resource="http://jmeter.apache.org/"; />
     <shortdesc>Pure Java application for load and functional 
testing</shortdesc>
     <description>Apache JMeter may be used to test performance both on static 
and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases 
and Queries, FTP Servers and more). It can be used to simulate a heavy load on 
a server, network or object to test its strength or to analyze overall 
performance under different load types. You can use it to make a graphical 
analysis of performance or to test your server/script/object behavior under 
heavy concurrent load. </description>
-    <bug-database rdf:resource="https://bz.apache.org/bugzilla/"; />
+    <bug-database rdf:resource="https://github.com/apache/jmeter/issues"; />
     <mailing-list rdf:resource="http://jmeter.apache.org/mail2.html"; />
     <download-page rdf:resource="http://jmeter.apache.org/download_jmeter.cgi"; 
/>
     <programming-language>Java</programming-language>

Reply via email to