From 8bd4cff27ee98235eb531192927bc0e832b8cad9 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 9 May 2019 12:37:00 +0200 Subject: fix(osurl): it is jira.suse.com not jira.suse.de. --- osurl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osurl') diff --git a/osurl b/osurl index 8286717..b7fa449 100755 --- a/osurl +++ b/osurl @@ -19,7 +19,7 @@ local patterns = { ["bsc#%NUM"] = "https://bugzilla.suse.com/show_bug.cgi?id=%1", ["bds#%NUM"] = "https://build.suse.de/request/show/%1", ["bdo#%NUM"] = "https://build.opensuse.org/request/show/%1", - ["jsc#%JIRID"] = "https://jira.suse.de/browse/%1", + ["jsc#%JIRID"] = "https://jira.suse.com/browse/%1", ["gh#%NONHASH#%WORD"] = "https://github.com/%1/issues/%2", ["gl#%NONHASH#%WORD"] = "https://gitlab.com/%1/issues/%2", ["bt#%NONHASH#%WORD"] = "https://bitbucket.org/%1/issues/%2", -- cgit