From 7d09b90fffe870293197e213afe405b29c08ba0f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 21 Mar 2023 17:50:49 +0000 Subject: [PATCH] docs/README: improve rubydoc.brew.sh link This shouldn't really be maintainers only. Fixes https://github.com/Homebrew/brew/issues/15026 --- docs/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index dad84f9f5a..d112ff825e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -55,6 +55,8 @@ - [Prose Style Guidelines](Prose-Style-Guidelines.md) - [Type Checking with Sorbet](Typechecking.md) +- [Ruby API Documentation](https://rubydoc.brew.sh) (e.g. for `Formula` etc.) + ## Maintainers - [New Maintainer Checklist](New-Maintainer-Checklist.md) @@ -68,7 +70,6 @@ - [Brew Test Bot for Maintainers](Brew-Test-Bot-For-Core-Contributors.md) - [Common Issues for Maintainers](Common-Issues-for-Core-Contributors.md) - [Releases](Releases.md) -- [Developer/Internal API Documentation](https://rubydoc.brew.sh) ## Governance