Skip to content

Commit c31602b

Browse files
committed
[ci-skip][docs] Update link to register_parser
1 parent 9ea0a76 commit c31602b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ object capable of parsing the view partial's rendered content.
19431943

19441944
To transform the `String` content returned by the `rendered` method into an
19451945
object, define a parser by calling
1946-
[`register_parser`](https://apidock.com/rails/v7.1.3.4/ActionView/TestCase/Behavior/ClassMethods/register_parser).
1946+
[`register_parser`](https://api.rubyonrails.org/classes/ActionView/TestCase/Behavior/ClassMethods.html#method-i-register_parser).
19471947
Calling `register_parser :rss` defines a `rendered.rss` helper method. For
19481948
example, to parse rendered [RSS content][] into an object with `rendered.rss`,
19491949
register a call to `RSS::Parser.parse`:

0 commit comments

Comments
 (0)