From 7d4a1c58d555509fcd5363d5d47fa61406723165 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 13 Feb 2024 10:26:47 +0100 Subject: [PATCH] README: Fix link to API docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5f38a0a..cf61a358 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ end ## Documentation -- [API](https://ruby-doc.org/stdlib/libdoc/csv/rdoc/CSV.html): all classes, methods, and constants. +- [API](https://ruby.github.io/csv/): all classes, methods, and constants. - [Recipes](https://ruby.github.io/csv/doc/csv/recipes/recipes_rdoc.html): specific code for specific tasks. ## Development