Skip to content

Commit

Permalink
Fix Android intent link in Web Share API (#7131)
Browse files Browse the repository at this point in the history
Footnote 2 for the Web Share API ends on a 404 on Chrome developer documentation.

The current link is: https://developer.chrome.com/multidevice/android/intents

The correct link should be: https://developer.chrome.com/docs/android/intents

This fixes #7130
  • Loading branch information
pfmaggi authored Aug 25, 2024
1 parent acaaba0 commit 00df2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features-json/web-share.json
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@
"notes":"",
"notes_by_num":{
"1":"Implemented old [Web Intents](https://dvcs.w3.org/hg/web-intents/raw-file/tip/spec/Overview-respec.html)",
"2":"[Android intent:// URLs](https://developer.chrome.com/multidevice/android/intents) can be used instead",
"2":"[Android intent:// URLs](https://developer.chrome.com/docs/android/intents) can be used instead",
"3":"Only supported on Windows",
"4":"Only supported on Windows and Chrome OS",
"5":"Did not support share click that would trigger a [fetch call](https://bugs.webkit.org/show_bug.cgi?id=197779)",
Expand Down

0 comments on commit 00df2b5

Please sign in to comment.