Skip to content

Commit 2859a61

Browse files
authored
Upgrade guide: Fix a broken link
/category/manipulation/ -> https://api.jquery.com/category/manipulation/ Fixes #200 Closes #201
1 parent f45cf67 commit 2859a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/upgrade-guide/3.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ elem.html( sanitizedHtml );
2727

2828
### Description of the change
2929

30-
`jQuery.htmlPrefilter` modifies and filters HTML strings passed through [jQuery manipulation methods](/category/manipulation/). The default value of this function in jQueries older than 3.5.0 used to replace XHTML-like tags with versions that work in HTML. For example, previously the following:
30+
`jQuery.htmlPrefilter` modifies and filters HTML strings passed through [jQuery manipulation methods](https://api.jquery.com/category/manipulation/). The default value of this function in jQueries older than 3.5.0 used to replace XHTML-like tags with versions that work in HTML. For example, previously the following:
3131
```js
3232
jQuery( "<div/><span/>" );
3333
```

0 commit comments

Comments
 (0)