Merge pull request #4618 from NicholasWilsonDEV/patch-1

chore(links): replace URLs with HTTPS for better security
This commit is contained in:
Daniel Johnson 2025-04-25 13:07:46 -07:00 committed by GitHub
commit 4cc4b5741c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,10 +11,10 @@ the following resources are a great place to start:
- The [Ignoring Files article][help] on the GitHub Help site. - The [Ignoring Files article][help] on the GitHub Help site.
- The [gitignore(5)][man] manual page. - 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 [help]: https://help.github.com/articles/ignoring-files
[chapter]: https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring [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 ## Folder structure