From 9716529e2080940f85f0cc064122929c0dbb2782 Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Thu, 7 Sep 2023 22:30:30 +0900 Subject: [PATCH] Fix rubydoc info URI points to Client API The old link now 404, this commit updates the URI to the new URI. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 025b2bd4..e29a2399 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The name is a variant of Salvador Dali for his famous painting [The Persistence * [Announcements](https://github.com/petergoldstein/dalli/discussions/categories/announcements) - Announcements of interest to the Dalli community will be posted here. * [Bug Reports](https://github.com/petergoldstein/dalli/issues) - If you discover a problem with Dalli, please submit a bug report in the tracker. * [Forum](https://github.com/petergoldstein/dalli/discussions/categories/q-a) - If you have questions about Dalli, please post them here. -* [Client API](https://rubydoc.info/github/petergoldstein/dalli/Dalli/Client) - Ruby documentation for the `Dalli::Client` API +* [Client API](https://www.rubydoc.info/gems/dalli) - Ruby documentation for the `Dalli::Client` API ## Development