diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-org.el | 3 |
1 files changed, 1 insertions, 2 deletions
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 |