Skip to content

Commit f48c3ad

Browse files
Update broken links in testing.md on Setting Header And CGI Variables (rails#49725)
* Update broken links in testing.md The HTTP headers and CGI variables section had broken links. Updated these to direct to the correct locations on datatracker.ietf.org. * Update to Point to correct section 4.1
1 parent 5dac2c8 commit f48c3ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,9 +1362,9 @@ end
13621362

13631363
### Setting Headers and CGI Variables
13641364

1365-
[HTTP headers](https://tools.ietf.org/search/rfc2616#section-5.3)
1365+
[HTTP headers](https://datatracker.ietf.org/doc/html/rfc2616#section-5.3)
13661366
and
1367-
[CGI variables](https://tools.ietf.org/search/rfc3875#section-4.1)
1367+
[CGI variables](https://datatracker.ietf.org/doc/html/rfc3875#section-4.1)
13681368
can be passed as headers:
13691369

13701370
```ruby

0 commit comments

Comments
 (0)