File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1200,7 +1200,7 @@ the client. This section describes the purpose of some of the properties of the
1200
1200
1201
1201
To get a full list of the available methods, refer to the [Rails API
1202
1202
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)
1204
1204
documentation.
1205
1205
1206
1206
| Property of `request` | Purpose |
@@ -1271,4 +1271,4 @@ Here are some of the properties of the `response` object:
1271
1271
To get a full list of the available methods, refer to the [Rails API
1272
1272
documentation](https://api.rubyonrails.org/classes/ActionDispatch/Response.html)
1273
1273
and [Rack
1274
- Documentation](https://www.rubydoc.info/github/rack /rack/Rack/Response).
1274
+ Documentation](https://www.rubydoc.info/gems /rack/Rack/Response).
Original file line number Diff line number Diff line change @@ -1861,7 +1861,7 @@ documentation](https://github.com/rails/rails-dom-testing).
1861
1861
In order to integrate with [rails-dom-testing][], tests that inherit from
1862
1862
` ActionView::TestCase` declare a `document_root_element` method that returns the
1863
1863
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) :
1865
1865
1866
1866
` ` ` ruby
1867
1867
test "renders a link to itself" do
You can’t perform that action at this time.
0 commit comments