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:
Niklas Haeusele 2022-06-27 22:39:21 +02:00
parent b5645642c5
commit 57b06b7e2e
1 changed files with 1 additions and 1 deletions

View File

@ -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