Skip to content

Commit 4be0f82

Browse files
committed
Fix non-canonical links to jQuery.ajax
Thanks to WordPress, each of these works, but they also end up indexed in Typesense (and in Algolia) as duplicate entries with slightly differently cased URLs. Avoid the duplication by making the links consistent. Ref jquery/api.jquery.com@e7c8ccd.
1 parent 5a24253 commit 4be0f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/upgrade-guide/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ https://github.com/jquery/jquery/issues/1732
7474

7575
#### Feature: New signature for jQuery.get() AND jQuery.post()
7676

77-
jQuery 3 adds a new signature for the `jQuery.get()` and the `jQuery.post()` functions by adding a `settings` parameter. It's an object that can possess many properties and its the same object that you can provide to [`jQuery.ajax()`](https://api.jquery.com/jquery.ajax/#jQuery-ajax-settings).
77+
jQuery 3 adds a new signature for the `jQuery.get()` and the `jQuery.post()` functions by adding a `settings` parameter. It's an object that can possess many properties and its the same object that you can provide to [`jQuery.ajax()`](https://api.jquery.com/jQuery.ajax/#jQuery-ajax-settings).
7878

7979
https://github.com/jquery/jquery/issues/1986
8080

0 commit comments

Comments
 (0)