From 827a7c0f788fc590f46b8c487b29384be58e9516 Mon Sep 17 00:00:00 2001 From: Danny Guo Date: Sat, 14 Sep 2019 08:59:00 -0400 Subject: [PATCH] Update the auxclick reference link --- docs/plugins/outbound-link-tracker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/outbound-link-tracker.md b/docs/plugins/outbound-link-tracker.md index b232de2e..7522ab8b 100644 --- a/docs/plugins/outbound-link-tracker.md +++ b/docs/plugins/outbound-link-tracker.md @@ -189,7 +189,7 @@ With the above code, clicks on the following link won't be tracked, even though Users don't always click on links with their primary mouse button: sometimes they middle-click to open the link in a background tab or right-click to copy the link address and share it. -To track all types of link clicks, specify the `click`, [`auxclick`](https://wicg.github.io/auxclick/), and [`contextmenu`](https://developer.mozilla.org/en-US/docs/Web/Events/contextmenu) events in the [`events`](#options) option: +To track all types of link clicks, specify the `click`, [`auxclick`](https://w3c.github.io/uievents/#event-type-auxclick), and [`contextmenu`](https://developer.mozilla.org/en-US/docs/Web/Events/contextmenu) events in the [`events`](#options) option: ```js ga('require', 'outboundLinkTracker', {