From f2034bf80ecd542e01f6ceb9d42f5760d7d3bebd Mon Sep 17 00:00:00 2001 From: Jonathan Hefner Date: Thu, 4 Jun 2020 00:32:31 -0500 Subject: [PATCH] Link to current version of API docs [ci skip] --- guides/source/action_view_overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md index d35b116e28..c8989d2db8 100644 --- a/guides/source/action_view_overview.md +++ b/guides/source/action_view_overview.md @@ -1541,7 +1541,7 @@ would output: ``` -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: ``` -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