aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbot/sx-bot.sh2
-rw-r--r--sx-request.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/bot/sx-bot.sh b/bot/sx-bot.sh
index 6a5df17..22c7284 100755
--- a/bot/sx-bot.sh
+++ b/bot/sx-bot.sh
@@ -1,6 +1,6 @@
#!/usr/bin/bash
-DESTINATION_BRANCH=gh-pages
+DESTINATION_BRANCH=data
function notify-done {
local title
diff --git a/sx-request.el b/sx-request.el
index f892367..9a788ca 100644
--- a/sx-request.el
+++ b/sx-request.el
@@ -217,8 +217,8 @@ Currently returns nil."
;;; Our own generated data
-(defvar sx-request--data-url-format
- "https://raw.githubusercontent.com/vermiculus/sx.el/data/data/%s.el"
+(defconst sx-request--data-url-format
+ "http://raw.githubusercontent.com/vermiculus/sx.el/data/data/%s.el"
"Url of the \"data\" directory inside the SX `data' branch.")
(defun sx-request-get-data (file)