Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -1991,7 +1991,7 @@ |
1992 | 1992 | !! input |
1993 | 1993 | RFC 822 |
1994 | 1994 | !! result |
1995 | | -<p><a href="http://www.ietf.org/rfc/rfc822.txt" class="external" title="http://www.ietf.org/rfc/rfc822.txt">RFC 822</a> |
| 1995 | +<p><a href="http://tools.ietf.org/html/rfc822" class="external" title="http://tools.ietf.org/html/rfc822">RFC 822</a> |
1996 | 1996 | </p> |
1997 | 1997 | !! end |
1998 | 1998 | |
— | — | @@ -2957,7 +2957,7 @@ |
2958 | 2958 | !! input |
2959 | 2959 | [[Image:foobar.jpg|thumb|This is RFC 12354]] |
2960 | 2960 | !! result |
2961 | | -<div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="https://www.mediawiki.org/wiki/Image:Foobar.jpg" class="internal" title="This is RFC 12354"><img src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" alt="This is RFC 12354" width="180" height="20" longdesc="/wiki/Image:Foobar.jpg" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify" style="float:right"><a href="https://www.mediawiki.org/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div>This is <a href="http://www.ietf.org/rfc/rfc12354.txt" class="external" title="http://www.ietf.org/rfc/rfc12354.txt">RFC 12354</a></div></div></div> |
| 2961 | +<div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="https://www.mediawiki.org/wiki/Image:Foobar.jpg" class="internal" title="This is RFC 12354"><img src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" alt="This is RFC 12354" width="180" height="20" longdesc="/wiki/Image:Foobar.jpg" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify" style="float:right"><a href="https://www.mediawiki.org/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div>This is <a href="http://tools.ietf.org/rfc12354" class="external" title="http://tools.ietf.org/html/rfc12354">RFC 12354</a></div></div></div> |
2962 | 2962 | |
2963 | 2963 | !! end |
2964 | 2964 | |
— | — | @@ -5847,7 +5847,7 @@ |
5848 | 5848 | !! input |
5849 | 5849 | RFC RFC 1234 |
5850 | 5850 | !! result |
5851 | | -<p>RFC <a href="http://www.ietf.org/rfc/rfc1234.txt" class="external" title="http://www.ietf.org/rfc/rfc1234.txt">RFC 1234</a> |
| 5851 | +<p>RFC <a href="http://tools.ietf.org/html/rfc1234" class="external" title="http://tools.ietf.org/html/rfc1234">RFC 1234</a> |
5852 | 5852 | </p> |
5853 | 5853 | !! end |
5854 | 5854 | |
— | — | @@ -5865,7 +5865,7 @@ |
5866 | 5866 | !! input |
5867 | 5867 | RFC 983 987 |
5868 | 5868 | !! result |
5869 | | -<p><a href="http://www.ietf.org/rfc/rfc983.txt" class="external" title="http://www.ietf.org/rfc/rfc983.txt">RFC 983</a> 987 |
| 5869 | +<p><a href="http://tools.ietf.org/html/rfc983" class="external" title="http://tools.ietf.org/html/rfc983">RFC 983</a> 987 |
5870 | 5870 | </p> |
5871 | 5871 | !! end |
5872 | 5872 | |