From 7fe16f6a13f35ab9008f035e277b3b8fb8d451ff Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Sun, 7 Dec 2025 03:31:57 -0500 Subject: [PATCH] Fix libgit2 website links --- README.md | 2 +- test/fixtures/text_file.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5484bce59..cef40e692 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ portability of libgit2 with the beauty of the Ruby language. libgit2 is a pure C implementation of the Git core methods. It's designed to be fast and portable. For more information about libgit2, -[check out libgit2's website](http://libgit2.github.com) or browse the +[check out libgit2's website](https://libgit2.org/) or browse the [libgit2 organization](https://github.com/libgit2) on GitHub. ## Install diff --git a/test/fixtures/text_file.md b/test/fixtures/text_file.md index 7771329df..4250655ed 100644 --- a/test/fixtures/text_file.md +++ b/test/fixtures/text_file.md @@ -8,7 +8,7 @@ portability of libgit2 with the beauty of the Ruby language. libgit2 is a pure C implementation of the Git core methods. It's designed to be fast and portable. For more information about libgit2, -[check out libgit2's website](http://libgit2.github.com) or browse the +[check out libgit2's website](https://libgit2.org/) or browse the [libgit2 organization](https://github.com/libgit2) on GitHub. ## Install