Skip to content

Commit d60959c

Browse files
committed
Browser support: Fix the link to IE VMs from Microsoft
1 parent 316c120 commit d60959c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/browser-support.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2>Unsupported Browsers</h2>
3939
<hr>
4040

4141
<h2>About Browser Support</h2>
42-
<p>jQuery is constantly tested with all of its supported browsers via unit tests. However, a web page using jQuery may not work in the same set of browsers if its own code takes advantage of (or falls prey to) browser-specific behaviors. Testing is essential to fully support a browser. The Microsoft Edge Developer site makes available <a href="https://dev.windows.com/en-us/microsoft-edge/tools/vms/">virtual machines</a> for testing many different versions of Internet Explorer. Older versions of other browsers can be found at <a href="http://oldversion.com/">oldversion.com</a>.</p>
42+
<p>jQuery is constantly tested with all of its supported browsers via unit tests. However, a web page using jQuery may not work in the same set of browsers if its own code takes advantage of (or falls prey to) browser-specific behaviors. Testing is essential to fully support a browser. The Microsoft Edge Developer site makes available <a href="https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/">virtual machines</a> for testing many different versions of Internet Explorer. Older versions of other browsers can be found at <a href="http://oldversion.com/">oldversion.com</a>.</p>
4343

4444
<p>Only the most current version of jQuery is tested and updated to fix bugs or add features. Users of older versions that find a bug should upgrade to the latest released version to determine if the bug has already been fixed. The <a href="https://github.com/jquery/jquery-migrate/#readme">jQuery Migrate plugin</a> may be helpful in identifying and fixing problems during a version upgrade.</p>
4545

0 commit comments

Comments
 (0)