Skip to content

Commit 569c8d5

Browse files
Fixed broken link
Currently, the Previous link throws a 404. I have updated the link from (http://tachyons.io/docs/layout/debug/) to correct URL (http://tachyons.io/docs/debug/)
1 parent 68b409d commit 569c8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debug-grid/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h1>Image Title</h1>
181181
<div class="mt5 cf">
182182
<div class="dib mr4">
183183
<h4 class="f6 fw6">Previous</h4>
184-
<a href="/docs/layout/debug/" class="link fw6 blue dim">Debug</a>
184+
<a href="/docs/debug/" class="link fw6 blue dim">Debug</a>
185185
</div>
186186
<div class="dib">
187187
<h4 class="f6 fw6">Next</h4>

0 commit comments

Comments
 (0)