branch: externals/ivy commit cabbd91f1611ba71071b50721d7193958f7199e5 Merge: 3059155fdc 7006affb6b Author: Basil L. Contovounesios <ba...@contovou.net> Commit: Basil L. Contovounesios <ba...@contovou.net>
Merge branch 'master' into externals/ivy --- CONTRIBUTING.org | 2 +- Makefile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org index c80f05c384..7fbc9a9ca4 100644 --- a/CONTRIBUTING.org +++ b/CONTRIBUTING.org @@ -2,7 +2,7 @@ Before reporting a bug, please take a look at: - the [[https://github.com/abo-abo/swiper/blob/master/README.md][FAQ]] -- the [[https://oremacs.com/swiper/][manual]] +- the [[https://elpa.gnu.org/packages/doc/ivy.html][manual]] - the [[https://github.com/abo-abo/swiper/wiki][wiki]] - the [[https://github.com/abo-abo/swiper/issues][open issues]] diff --git a/Makefile b/Makefile index bb37e4ae49..53902c14ec 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ checkdoc: .PHONY: check-declare check-declare: - $(EMACS) -Q -batch -eval '(check-declare-directory "$(CURDIR)")' + $(EMACS) -Q -batch -eval '(check-declare-directory ".")' .PHONY: plain plain: compile diff --git a/README.md b/README.md index dd065f071a..d1fb8147e0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ the `(ivy)` Info node. The source file for the Info page is [here](doc/ivy.org). -The manual is also available as [HTML](https://oremacs.com/swiper/). +The manual is also available as [HTML](https://elpa.gnu.org/packages/doc/ivy.html). ### Wiki