diff --git a/expected-errs.txt b/expected-errs.txt
index bc9c641f3..bb583a080 100644
--- a/expected-errs.txt
+++ b/expected-errs.txt
@@ -80,8 +80,6 @@ LINK ERROR: No 'argument' refs found for 'context' with for='MediaStreamAudioSou
context
LINK ERROR: No 'argument' refs found for 'options' with for='MediaStreamAudioSourceNode/MediaStreamAudioSourceNode(context, options)'.
options
-LINK ERROR: No 'argument' refs found for 'options' with for='MediaStreamAudioSourceNode/MediaStreamAudioSourceNode()'.
-{{MediaStreamAudioSourceNode/MediaStreamAudioSourceNode()/options!!argument}}
LINK ERROR: No 'argument' refs found for 'context' with for='MediaStreamTrackAudioSourceNode/MediaStreamTrackAudioSourceNode(context, options)'.
context
LINK ERROR: No 'argument' refs found for 'options' with for='MediaStreamTrackAudioSourceNode/MediaStreamTrackAudioSourceNode(context, options)'.
@@ -98,8 +96,6 @@ LINK ERROR: No 'argument' refs found for 'context' with for='PeriodicWave/Period
context
LINK ERROR: No 'argument' refs found for 'options' with for='PeriodicWave/PeriodicWave(context, options)'.
options
-LINK ERROR: No 'argument' refs found for 'options' with for='PeriodicWave/PeriodicWave(context, options)'.
-{{PeriodicWave/PeriodicWave(context, options)/options!!argument}}
LINK ERROR: No 'argument' refs found for 'context' with for='StereoPannerNode/StereoPannerNode(context, options)'.
context
LINK ERROR: No 'argument' refs found for 'options' with for='StereoPannerNode/StereoPannerNode(context, options)'.
diff --git a/index.bs b/index.bs
index 163619bf9..899a4170f 100644
--- a/index.bs
+++ b/index.bs
@@ -8028,7 +8028,7 @@ Constructors
: MediaStreamAudioSourceNode(context, options)
::
1. If the {{MediaStreamAudioSourceOptions/mediaStream}} member of
- {{MediaStreamAudioSourceNode/MediaStreamAudioSourceNode()/options!!argument}} does not reference a
+ {{MediaStreamAudioSourceNode/constructor(context, options)/options!!argument}} does not reference a
{{MediaStream}} that has at least one
{{MediaStreamTrack}} whose
kind
attribute has the value "audio"
,
@@ -9031,7 +9031,7 @@ Constructors