From e72df57c368403fa5df051bb00439cb9057525c1 Mon Sep 17 00:00:00 2001 From: Mateus Pereira Date: Fri, 21 Oct 2022 09:23:10 -0300 Subject: [PATCH] Change link to point to rdoc's GitHub Actions tab --- CONTRIBUTING.rdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.rdoc b/CONTRIBUTING.rdoc index b5c551c77a..0e4d5d5174 100644 --- a/CONTRIBUTING.rdoc +++ b/CONTRIBUTING.rdoc @@ -34,8 +34,7 @@ RDoc uses bundler for development. To get ready to work on RDoc run: This will install all the necessary dependencies for development with rake, generate documentation and run the tests for the first time. -If the tests don't pass on the first run check the {Travis CI page for -RDoc}[https://travis-ci.org/ruby/rdoc] to see if there are any known failures +If the tests don't pass on the first run check the {GitHub Actions page}[https://github.com/ruby/rdoc/actions] to see if there are any known failures (there shouldn't be). You can now use `rake` and `autotest` to run the tests.