Skip to content

Commit 26e88af

Browse files
authored
Merge pull request #280 from theTaikun/master
Fixed links in curves tutorial
2 parents 82c3458 + 3df9cac commit 26e88af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/pages/learn/curves.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ slug: learn/
130130
<p> bezier(x1, y1, cpx1, cpy1, cpx2, cpy2, x2, y2); </p>
131131

132132
<!-- iframe of Bezier example -->
133-
<iframe src="{{assets}}/learn/Curves/bezier/embed.html" width="400px" height="400px">
133+
<iframe src="{{assets}}/learn/curves/bezier/embed.html" width="400px" height="400px">
134134
</iframe>
135135

136136
<p>
@@ -141,7 +141,7 @@ slug: learn/
141141
</p>
142142

143143
<!-- image of bezier with lines -->
144-
<img src="{{assets}}/learn/Curves/bezier_with_lines/bezier_with_lines.png" style="width:150px;">
144+
<img src="{{assets}}/learn/curves/bezier_with_lines/bezier_with_lines.png" style="width:150px;">
145145

146146
<h2> Continuous Bézier Curves</h2>
147147

0 commit comments

Comments
 (0)