Skip to content

Commit b4b8b73

Browse files
Naturalclarfacebook-github-bot
authored andcommitted
chore: fix dead link in comment (#31902)
Summary: Fixed a link in a comment that lead to dead link whatwg-url changed the source directory from `lib` to `src` ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [INTERNAL] [FIXED] - fix dead link in a comment Pull Request resolved: #31902 Test Plan: - [ ] Changed URL opens properly Reviewed By: charlesbdudley Differential Revision: D29915170 Pulled By: lunaleaps fbshipit-source-id: 00b69db82f51d16cf887cd4540a159132ad7d771
1 parent 3c5d3bc commit b4b8b73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Libraries/Blob/URL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if (
4949
* ```
5050
*/
5151

52-
// Small subset from whatwg-url: https://github.com/jsdom/whatwg-url/tree/master/lib
52+
// Small subset from whatwg-url: https://github.com/jsdom/whatwg-url/tree/master/src
5353
// The reference code bloat comes from Unicode issues with URLs, so those won't work here.
5454
export class URLSearchParams {
5555
_searchParams = [];

0 commit comments

Comments
 (0)