1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Link to current version of API docs [ci skip]

This commit is contained in:
Jonathan Hefner 2020-06-04 00:32:31 -05:00
parent 265234b377
commit f2034bf80e

View file

@ -1541,7 +1541,7 @@ would output:
</a>
```
See [the API Doc for more info](https://api.rubyonrails.org/v6.0/classes/ActionView/Helpers/UrlHelper.html#method-i-link_to)
See [the API Doc for more info](https://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-link_to)
#### button_to
@ -1562,7 +1562,7 @@ would roughly output something like:
</form>
```
See [the API Doc for more info](https://api.rubyonrails.org/v6.0/classes/ActionView/Helpers/UrlHelper.html#method-i-button_to)
See [the API Doc for more info](https://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-button_to)
### CsrfHelper