mirror of https://github.com/rails/rails
Changes the API documentation link to be relative instead of being absolute. This has been mentioned in #45001
I'm not sure if there's a way to update the guides.rubyonrails.org links as well with the correct version number.
This commit is contained in:
parent
b5645642c5
commit
57b06b7e2e
|
@ -79,7 +79,7 @@ and may also be used independently outside \Rails.
|
|||
* The \README file created within your application.
|
||||
* {Getting Started with \Rails}[https://guides.rubyonrails.org/getting_started.html].
|
||||
* {Ruby on \Rails Guides}[https://guides.rubyonrails.org].
|
||||
* {The API Documentation}[https://api.rubyonrails.org].
|
||||
* {The API Documentation}[link:/files/railties/RDOC_MAIN_rdoc.html].
|
||||
|
||||
== Contributing
|
||||
|
||||
|
|
Loading…
Reference in New Issue