Skip to content

Commit 302e026

Browse files
authored
fix(docs): correct dead links in commands pages (#993)
1 parent 2519060 commit 302e026

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/commands/assertions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h4 id="should"><a href="https://on.cypress.io/should" target="_blank">.should()
136136
.should('be.visible')</code></pre>
137137

138138
<p>Note: find even more examples of matching element's text content in this
139-
<a href="https://on.cypress.io/using-cypress-faq#How-do-I-get-an-element’s-text-contents" target="_blank">FAQ answer</a>.
139+
<a href="https://docs.cypress.io/app/faq#How-do-I-get-an-elements-text-contents" target="_blank">FAQ answer</a>.
140140
</p>
141141
</div>
142142
<div class="col-xs-5">

app/commands/spies-stubs-clocks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<li><a href="/commands/aliasing">Aliasing</a></li>
4545
<li><a href="/commands/waiting">Waiting</a></li>
4646
<li><a href="/commands/network-requests">Network Requests</a></li>
47-
<li><a href="/commands/fixtures">Fixtures</a></li>
47+
<li><a href="/commands/files">Files</a></li>
4848
<li><a href="/commands/storage">Storage</a></li>
4949
<li><a href="/commands/cookies">Cookies</a></li>
5050
<li class="active"><a href="/commands/spies-stubs-clocks">Spies, Stubs &amp; Clocks</a></li>

0 commit comments

Comments
 (0)