From c831d190f681b00080d12bfe4982a3bceac5ddf7 Mon Sep 17 00:00:00 2001 From: Nicholas Wilson Date: Mon, 21 Apr 2025 11:55:31 -0500 Subject: [PATCH] chore(links): replace URLs with HTTPS for better security --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c43b1d0e..1635822e 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ the following resources are a great place to start: - The [Ignoring Files article][help] on the GitHub Help site. - The [gitignore(5)][man] manual page. -[man]: http://git-scm.com/docs/gitignore +[man]: https://git-scm.com/docs/gitignore [help]: https://help.github.com/articles/ignoring-files [chapter]: https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring -[progit]: http://git-scm.com/book +[progit]: https://git-scm.com/book ## Folder structure