From 95a8dba2bf1d1692a04d8b44ee034c95bef1840f Mon Sep 17 00:00:00 2001 From: Miroslav Ivanov Date: Sun, 17 Jul 2022 00:52:24 +0100 Subject: [PATCH] Fix broken Rubydoc links in README.md Use the correct default branch on Rubydoc links. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 962cfe07..107cf9fc 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ end ``` -To view the actual RDocs for this, check them out here - http://rubydoc.info/github/heartcombo/simple_form/master/SimpleForm/FormBuilder:input_field +To view the actual RDocs for this, check them out here - http://rubydoc.info/github/heartcombo/simple_form/main/SimpleForm/FormBuilder:input_field ### Collections @@ -1263,7 +1263,7 @@ end You can view the **Simple Form** documentation in RDoc format here: -http://rubydoc.info/github/heartcombo/simple_form/master/frames +http://rubydoc.info/github/heartcombo/simple_form/main/frames ### Supported Ruby / Rails versions