diff --git a/Makefile b/Makefile index 9f42cee..ea285cf 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ version: download: ifeq (,$(wildcard $(HOME)/.emacs.d/parinfer-rust/parinfer-rust-$(OS).so)) mkdir -p $(HOME)/.emacs.d/parinfer-rust - curl -L "https://github.com/justinbarclay/parinfer-rust/releases/download/v0.4.5/parinfer-rust-$(OS).so" -o "$(HOME)/.emacs.d/parinfer-rust/parinfer-rust-$(OS).so" + curl -L "https://github.com/justinbarclay/parinfer-rust-emacs/releases/download/v0.4.5/parinfer-rust-$(OS).so" -o "$(HOME)/.emacs.d/parinfer-rust-emacs/parinfer-rust-$(OS).so" endif test: clean elpa version download build diff --git a/parinfer-rust-helper.el b/parinfer-rust-helper.el index b9abc0d..3aff48f 100644 --- a/parinfer-rust-helper.el +++ b/parinfer-rust-helper.el @@ -50,7 +50,7 @@ Set this to non-nil to disable troublesome modes without prompting." (defconst parinfer-rust--ask-to-download "Could not find the parinfer-rust library, would you like to automatically download it from github?") (defconst parinfer-rust--outdated-version "You are using a parinfer-rust library that is not compatible with this file, would you like to download the appropriate file from github?") -(defvar parinfer-rust--download-url "https://github.com/justinbarclay/parinfer-rust/releases/download/v%s/%s" +(defvar parinfer-rust--download-url "https://github.com/justinbarclay/parinfer-rust-emacs/releases/download/v%s/%s" "The url to download the parinfer-rust library from. This should be a format string that takes two arguments, the