Skip to content

Commit e69c045

Browse files
committed
Update z02-parts-of-a-graph.md
Fix 301 to insecure version by adding trailing slash. Kills mixed content warning.
1 parent bb1c5fd commit e69c045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

z02-parts-of-a-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ say, "hey, I want to build an axis that".
235235

236236
<iframe class="example"
237237
height="180"
238-
src="{{ "/examples/axes" | prepend: site.baseurl }}">
238+
src="{{ "/examples/axes/" | prepend: site.baseurl }}">
239239
</iframe>
240240
</div>
241241

0 commit comments

Comments
 (0)