diff options
author | aycabta <aycabta@gmail.com> | 2017-11-10 17:47:59 +0900 |
---|---|---|
committer | aycabta <aycabta@gmail.com> | 2017-11-10 18:14:45 +0900 |
commit | 7fbaed1947705413ed25190224cbb1769ae5a061 (patch) | |
tree | c99637f29a1b9c07b7c7bf0749ad7e4631583109 /guides | |
parent | 2da92b7a94fc3f3e524e1becc600bd1f63a361fd (diff) | |
download | rails-7fbaed1947705413ed25190224cbb1769ae5a061.tar.gz rails-7fbaed1947705413ed25190224cbb1769ae5a061.tar.bz2 rails-7fbaed1947705413ed25190224cbb1769ae5a061.zip |
Use new RDoc URL of Ruby core [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/api_documentation_guidelines.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/api_documentation_guidelines.md b/guides/source/api_documentation_guidelines.md index 2c153d3783..10b89433e7 100644 --- a/guides/source/api_documentation_guidelines.md +++ b/guides/source/api_documentation_guidelines.md @@ -16,7 +16,7 @@ RDoc ---- The [Rails API documentation](http://api.rubyonrails.org) is generated with -[RDoc](http://docs.seattlerb.org/rdoc/). To generate it, make sure you are +[RDoc](https://ruby.github.io/rdoc/). To generate it, make sure you are in the rails root directory, run `bundle install` and execute: ```bash @@ -26,9 +26,9 @@ in the rails root directory, run `bundle install` and execute: Resulting HTML files can be found in the ./doc/rdoc directory. Please consult the RDoc documentation for help with the -[markup](http://docs.seattlerb.org/rdoc/RDoc/Markup.html), +[markup](https://ruby.github.io/rdoc/RDoc/Markup.html), and also take into account these [additional -directives](http://docs.seattlerb.org/rdoc/RDoc/Parser/Ruby.html). +directives](https://ruby.github.io/rdoc/RDoc/Parser/Ruby.html). Wording ------- |