From 1fb0143303706f3b0ca9975163e2ef2baaec9e4d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 24 May 2022 00:31:01 +0200 Subject: replace the t.me link with /void/ It's way more interesting anyway. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 769d045..949cad2 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ URL := http://localhost:4000/ .PHONY: wget wget: - wget --no-verbose --recursive --no-parent --convert-links --adjust-extension -e robots=off --directory-prefix=.wget -X /blog,/cv,/jekyll-theme,/sorting-algorithms,/wireguard-config -- '$(call escape,$(URL))' + wget --no-verbose --recursive --no-parent --convert-links --adjust-extension -e robots=off --directory-prefix=.wget -X /blog,/cv,/jekyll-theme,/sorting-algorithms,/void,/wireguard-config -- '$(call escape,$(URL))' .PHONY: view view: -- cgit v1.2.3