Skip to content

Commit

Permalink
Fix links.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Jul 15, 2019
1 parent cea4fbe commit db9858f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions webrtc.html
Expand Up @@ -1149,7 +1149,8 @@ <h4>Chain an asynchronous operation</h4>
when all the previous calls have finished executing and their promises
have <a>settled</a>.</p>
<p data-tests="RTCPeerConnection-createOffer.html">To <dfn>chain an operation</dfn> to an
<a><code>RTCPeerConnection</code></a> object's operations chain, run
<a><code>RTCPeerConnection</code></a> object's <a href=
"#dfn-operations-chain">operations chain</a>, run
the following steps:</p>
<ol>
<li>
Expand Down Expand Up @@ -2618,7 +2619,7 @@ <h2>Methods</h2>
</li>
<li>
<p>Return the result of <a href=
"#chain-an-operation">chaining</a> the following
"#dfn-chain-an-operation">chaining</a> the following
steps to <var>connection</var>'s operations chain:</p>
<ol>
<li>
Expand Down Expand Up @@ -2863,7 +2864,7 @@ <h2>Methods</h2>
</li>
<li>
<p>Return the result of <a href=
"#chain-an-operation">chaining</a> the following
"#dfn-chain-an-operation">chaining</a> the following
steps to <var>connection</var>'s operations chain:</p>
<ol>
<li data-tests="RTCPeerConnection-createAnswer.html,RTCPeerConnection-setLocalDescription-answer.html,RTCPeerConnection-setLocalDescription-pranswer.html">
Expand Down Expand Up @@ -3057,7 +3058,7 @@ <h2>Methods</h2>
</li>
<li>
<p>Return the result of <a href=
"#chain-an-operation">chaining</a> the following steps to
"#dfn-chain-an-operation">chaining</a> the following steps to
<var>connection</var>'s operations chain:</p>
<ol>
<li data-tests="RTCPeerConnection-setLocalDescription-answer.html">
Expand Down Expand Up @@ -3109,7 +3110,7 @@ <h2>Methods</h2>
</li>
<li>
<p>Return the result of <a href=
"#chain-an-operation">chaining</a> the following steps
"#dfn-chain-an-operation">chaining</a> the following steps
to <var>connection</var>'s operations chain:</p>
<ol>
<li>
Expand Down Expand Up @@ -3178,7 +3179,7 @@ <h2>Methods</h2>
</li>
<li>
<p>Return the result of <a href=
"#chain-an-operation">chaining</a> the following
"#dfn-chain-an-operation">chaining</a> the following
steps to <var>connection</var>'s operations chain:</p>
<ol>
<li data-tests="RTCPeerConnection-addIceCandidate.html">
Expand Down Expand Up @@ -6437,7 +6438,7 @@ <h2>Methods</h2>
</li>
<li>
<p>Return the result of <a href=
"#chain-an-operation">chaining</a> the following
"#dfn-chain-an-operation">chaining</a> the following
steps to <var>connection</var>'s operations chain:</p>
<ol>
<li data-tests="RTCPeerConnection-setRemoteDescription-replaceTrack.https.html,RTCRtpSender-replaceTrack.https.html,RTCRtpTransceiver.https.html">
Expand Down

0 comments on commit db9858f

Please sign in to comment.