From 46d9498e8f501697920c79437909cdddc93d5ec6 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Wed, 6 Jun 2018 02:36:33 -0500 Subject: Use new home for authentication Also direct to HTTPS. Fix #314. Fix #356. --- sx-auth.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sx-auth.el') diff --git a/sx-auth.el b/sx-auth.el index ab9c72c..ac3bb17 100644 --- a/sx-auth.el +++ b/sx-auth.el @@ -35,7 +35,7 @@ (defconst sx-auth-root "https://stackexchange.com/oauth/dialog") (defconst sx-auth-redirect-uri - "http://seanallred.com/sx.el/auth/auth.htm") + "https://vermiculus.github.io/sx.el/auth/auth.htm") (defconst sx-auth-client-id "3291") (defvar sx-auth-access-token -- cgit v1.2.3