From 24145936d1aebc58c6372365f021bfd852bf6e03 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Wed, 12 Feb 2020 18:16:42 -0500 Subject: [PATCH] Update firestorm jira url in jira parser --- indra/llui/llurlentry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp index 3f5fd57f69..7ee2433342 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 { -- GitLab