diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp
index 3f5fd57f693b4cd1c627dec6863376dbfa7de2a5..7ee243334249a4a599cc2cc1deb373271fd44fda 100644
--- a/indra/llui/llurlentry.cpp
+++ b/indra/llui/llurlentry.cpp
@@ -1523,7 +1523,7 @@ std::string LLUrlEntryJira::getUrl(const std::string &url) const
 	}
 	else if(url.find("FIRE") != std::string::npos)
 	{
-		ret = llformat("http://jira.phoenixviewer.com/browse/%s", url.c_str());
+		ret = llformat("https://jira.firestormviewer.org/browse/%s", url.c_str());
 	}
 	else
 	{