Skip to content

Commit 679a381

Browse files
committed
This PR addresses several broken Rubydoc links by updating them to their correct destinations.
I found the following three links were broken: - ./guides/source/action_controller_overview.md:1203 - ./guides/source/action_controller_overview.md:1274 - ./guides/source/testing.md:1864
1 parent 6f912a5 commit 679a381

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

guides/source/action_controller_overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ the client. This section describes the purpose of some of the properties of the
12001200

12011201
To get a full list of the available methods, refer to the [Rails API
12021202
documentation](https://api.rubyonrails.org/classes/ActionDispatch/Request.html)
1203-
and [Rack](https://www.rubydoc.info/github/rack/rack/Rack/Request)
1203+
and [Rack](https://www.rubydoc.info/gems/rack/Rack/Request)
12041204
documentation.
12051205

12061206
| Property of `request` | Purpose |
@@ -1271,4 +1271,4 @@ Here are some of the properties of the `response` object:
12711271
To get a full list of the available methods, refer to the [Rails API
12721272
documentation](https://api.rubyonrails.org/classes/ActionDispatch/Response.html)
12731273
and [Rack
1274-
Documentation](https://www.rubydoc.info/github/rack/rack/Rack/Response).
1274+
Documentation](https://www.rubydoc.info/gems/rack/Rack/Response).

guides/source/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1861,7 +1861,7 @@ documentation](https://github.com/rails/rails-dom-testing).
18611861
In order to integrate with [rails-dom-testing][], tests that inherit from
18621862
`ActionView::TestCase` declare a `document_root_element` method that returns the
18631863
rendered content as an instance of a
1864-
[Nokogiri::XML::Node](https://www.rubydoc.info/github/sparklemotion/nokogiri/Nokogiri/XML/Node):
1864+
[Nokogiri::XML::Node](https://www.rubydoc.info/gems/nokogiri/Nokogiri/XML/Node):
18651865

18661866
```ruby
18671867
test "renders a link to itself" do

0 commit comments

Comments
 (0)