~armaan/public-inbox

[armaan.net-http] 0/1] Trailing period causes link breakage v1 APPLIED

Victor Goff: 1
 [armaan.net-http] 1/1] Fix website link

 1 files changed, 3 insertions(+), 1 deletions(-)
Applied, thank you so much!
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~armaan/public-inbox/patches/16004/mbox | git am -3
Learn more about email & git

[PATCH] [armaan.net-http] 1/1] Fix website link Export this patch

Also gives space around headings, gives improved navigation for editor
(vim) paragraph movements.

Signed-off-by: Victor Goff <keeperotphones@gmail.com>
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b01314a..5c97543 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Armaan Bhojwani's personal website
The code for my personal HTTP website and blog, https://armaanb.net. See https://armaanb.net/posts/003-about-this-site for more information.

The code for my personal HTTP website and blog, [https://armaanb.net](https://armaanb.net). See https://armaanb.net/posts/003-about-this-site for more information.

## License

All code is MIT License 2020 Armaan Bhojwani, see the LICENSE file for more information. Creative work is under the CC-BY-SA creative commons license
-- 
2.29.2
Applied, thank you so much!