Skip to content

Commit 5204a34

Browse files
committed
fix(docs): fix path to GitHub edit pages
1 parent 52ec1d3 commit 5204a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_includes/edit_button.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% assign pagePath = page.inputPath | replace: "./", "" %}
1+
{% assign pagePath = page.inputPath | replace: "./", "" | replace: "_guides", "guides" %}
22
<a
33
data-toggle="tooltip"
44
data-placement="top"

0 commit comments

Comments
 (0)