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.