From 0ac4fb894ffb23d790c3750cc0b2dd27d0c238ed Mon Sep 17 00:00:00 2001 From: Tom Crinson Date: Mon, 9 May 2022 12:43:55 +0100 Subject: [PATCH] bugfix: fixed broken link to Gem documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6a9bac..0ab7536 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ H3.to_boundary("8819429a9dfffff".to_i(16)) ## Documentation -Please read [the Gem Documentation](https://www.rubydoc.info/github/StuartApp/h3_ruby/H3) for a full reference of available methods. +Please read [the Gem Documentation](https://www.rubydoc.info/gems/h3) for a full reference of available methods. ## Development