diff --git a/roles/openshift-apps/review-stats/templates/config.cfg b/roles/openshift-apps/review-stats/templates/config.cfg
index 2ab58a5962..45744be108 100644
--- a/roles/openshift-apps/review-stats/templates/config.cfg
+++ b/roles/openshift-apps/review-stats/templates/config.cfg
@@ -1,8 +1,8 @@
 [review-stats]
 {% if env == "staging" %}
-url = "https://partner-bugzilla.redhat.com/xmlrpc.cgi"
+url = "https://partner-bugzilla.redhat.com"
 {% else %}
-url = "https://bugzilla.redhat.com/xmlrpc.cgi"
+url = "https://bugzilla.redhat.com"
 {% endif %}
 username = "package-review@lists.fedoraproject.org"
 password = "{{ packagereviewbugzilla }}"