From cd5a4f099b94e9de3f08af5db262b29d0b83b348 Mon Sep 17 00:00:00 2001 From: Caleb Owens Date: Wed, 5 Mar 2025 18:48:07 +0100 Subject: [PATCH] Link to documentation in README Linking to the generated rubydoc.info page helps programmers find relevant documentation from one of the main pages about rugged. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5484bce59..75f892998 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Rugged is a library for accessing [libgit2](https://github.com/libgit2/libgit2) in Ruby. It gives you the speed and portability of libgit2 with the beauty of the Ruby language. +### Documentation + +Documentation can be found on [rubydoc.info](https://www.rubydoc.info/gems/rugged) + ### libgit2 libgit2 is a pure C implementation of the Git core methods. It's designed to be