Skip to content
Snippets Groups Projects
Commit 24145936 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Update firestorm jira url in jira parser

parent aaf03990
No related branches found
No related tags found
No related merge requests found
...@@ -1523,7 +1523,7 @@ std::string LLUrlEntryJira::getUrl(const std::string &url) const ...@@ -1523,7 +1523,7 @@ std::string LLUrlEntryJira::getUrl(const std::string &url) const
} }
else if(url.find("FIRE") != std::string::npos) 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 else
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment