diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-03 14:26:54 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-03 14:26:54 -0800 |
commit | ca9dbcce929b79d7c9d653a5f5b145d3e5ecfd5c (patch) | |
tree | 2d964d712bb7e18b06e7fbaf59aac5f350233149 /emacs | |
parent | packages: configure gnuTLS' algorithms (diff) | |
download | emacs.d-ca9dbcce929b79d7c9d653a5f5b145d3e5ecfd5c.tar.gz |
org: fix URL for Jira
Diffstat (limited to 'emacs')
-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 |