From 6481f8e76c26790265147ef485dc1738d4aa5fe4 Mon Sep 17 00:00:00 2001 From: John Doty Date: Thu, 19 Oct 2017 16:12:51 -0700 Subject: [PATCH] No more FB --- site-lisp/quip.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-lisp/quip.el b/site-lisp/quip.el index 7cf1845..bef5f22 100644 --- a/site-lisp/quip.el +++ b/site-lisp/quip.el @@ -19,7 +19,7 @@ "Retrieve the stored API key. The API key comes from auth-source, however you have that set up. If you don't -have a key, get one from https://fb.quip.com/api/personal-token. Put it in the +have a key, get one from https://quip.com/api/personal-token. Put it in the password field of an entry for host 'quip'." (let ((api-key (cadr (auth-source-user-and-password "quip")))) (when (not api-key)