We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e93c1 commit c1613c3Copy full SHA for c1613c3
src/_includes/sidebar/edit-tools.html
@@ -1,5 +1,5 @@
1
<div>
2
- <a href="https://github.com/segmentio/segment-docs/edit/master/src/{{ page.name }}" class="button button-hollow button-hollow--small button-hollow--gray button--xsmall flex" target="_blank">
+ <a href="https://github.com/segmentio/segment-docs/edit/master/src/{{ page.path }}" class="button button-hollow button-hollow--small button-hollow--gray button--xsmall flex" target="_blank">
3
<span class="button__icon">{% include icons/symbols/edit.svg %}</span>
4
5
<span class="button__text">Edit this page</span>
0 commit comments