From a7a8ba7510743f36784f99c50914c16121a63475 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 24 Nov 2021 14:02:17 +0100 Subject: feat(osurl,abbrevURL): add sht abbreviation for sourceforge.net tickets. --- osurl | 1 + 1 file changed, 1 insertion(+) (limited to 'osurl') diff --git a/osurl b/osurl index c999756..cff5282 100755 --- a/osurl +++ b/osurl @@ -29,6 +29,7 @@ local patterns = { ["sh%SEP%NUM"] = "http://sourceforge.net/support/tracker.php?aid=%1", ["shb%SEP%NONHASH%SEP%NUM"] = "https://sourceforge.net/p/%1/bugs/%2/", ["shp%SEP%NONHASH%SEP%NUM"] = "https://sourceforge.net/p/%1/patches/%2/", + ["sht%SEP%NONHASH%SEP%NUM"] = "https://sourceforge.net/p/%1/tickets/%2/", ["lp%SEP%NUM"] = "https://launchpad.net/bugs/%1", ["rh%SEP%NUM"] = "https://bugzilla.redhat.com/show_bug.cgi?id=%1", ["rhbz%SEP%NUM"] = "https://bugzilla.redhat.com/show_bug.cgi?id=%1", -- cgit