Skip to content
  • Jonathan Hefner's avatar
    390db4be
    Use api.rubyonrails.org URLs in README.rdoc [ci-skip] · 390db4be
    Jonathan Hefner authored
    Follow-up to #49995.
    
    Prior to this commit, `link:classes/...` URLs were used in `README.rdoc`
    files so that the URLs would be versioned when rendered at
    api.rubyonrails.org.  However, outside of api.rubyonrails.org, such URLs
    aren't properly resolved.
    
    Since rails/sdoc#345, `https://api.rubyonrails.org/classes/...` URLs
    will also be versioned when rendered at api.rubyonrails.org, and such
    URLs are properly resolved everywhere.  Therefore, this commit converts
    `link:classes/...` URLs to that form.
    390db4be
    Use api.rubyonrails.org URLs in README.rdoc [ci-skip]
    Jonathan Hefner authored
    Follow-up to #49995.
    
    Prior to this commit, `link:classes/...` URLs were used in `README.rdoc`
    files so that the URLs would be versioned when rendered at
    api.rubyonrails.org.  However, outside of api.rubyonrails.org, such URLs
    aren't properly resolved.
    
    Since rails/sdoc#345, `https://api.rubyonrails.org/classes/...` URLs
    will also be versioned when rendered at api.rubyonrails.org, and such
    URLs are properly resolved everywhere.  Therefore, this commit converts
    `link:classes/...` URLs to that form.
Loading