From ca9dbcce929b79d7c9d653a5f5b145d3e5ecfd5c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 3 Feb 2022 14:26:54 -0800 Subject: org: fix URL for Jira --- emacs/custom/fcuny-org.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacs/custom/fcuny-org.el') diff --git a/emacs/custom/fcuny-org.el b/emacs/custom/fcuny-org.el index d911104..36f7605 100644 --- a/emacs/custom/fcuny-org.el +++ b/emacs/custom/fcuny-org.el @@ -86,8 +86,7 @@ ;; A few abbreviations I use regularly (org-link-abbrev-alist '(("src" . "~/workspace/%s") - ("jira" . "https://jira.twitter.biz/browse/%s") - ("ph" . "https://phabricator.twitter.biz/%s") + ("jira" . "https://jira.rbx.com/browse/%s") ("go" . "http://go/%s"))) ;; entries -- cgit 1.4.1