Skip to content

Commit e9a6215

Browse files
committed
Fix Y-axis coordinate flip link
Previously this gave 404. Looks like it was missing | so it failed to prepend baseurl to the link.
1 parent ff1a68c commit e9a6215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

z04-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ layers.selectAll('rect')
346346
the hardest parts is realizing that D3 is really only going to hint at how
347347
we should stack the bars: D3 gives us stacked results in our data space, but
348348
not in SVG's coordinate system. We have to deal with the same confusing
349-
<a href="{{ "/parts-of-a-graph/#the-scale" prepend: site.baseurl }}">Y-axis
349+
<a href="{{ "/parts-of-a-graph/#the-scale" | prepend: site.baseurl }}">Y-axis
350350
coordinate flip</a>.</p>
351351
</div>
352352
</div>

0 commit comments

Comments
 (0)