From 71f190ecd9ad0687ade459c6f4342e2dfa1ce735 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 7 Nov 2021 22:00:12 +0300 Subject: README: fix a copying mishap --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb37446..0fbafbd 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Jekyll doesn't provide native support for generating a static website which can be browsed without running an instance of Jekyll's web server. One easy workaround is to `wget` the website and convert the links: - wget --no-verbose --recursive --convert-links --adjust-extension -- http://localhost:4000/blog/ + wget --no-verbose --recursive --convert-links --adjust-extension -- http://localhost:4000/wireguard-config/ License ------- -- cgit v1.2.3