Skip to content

Commit 157c6b5

Browse files
Merge pull request #3239 from jessica-mitchell/fix-attribution
Fix broken attribution link in docs
2 parents 87ec23a + c26822f commit 157c6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/htmldoc/templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</div>
3737
<div class="grid_4 narrow" >
3838
<div id="attribution" style="color:#666;">
39-
<a href="attribution-list.html">Attribution for images and icons</a>
39+
<a href="{{ pathto('attribution-list.html', 1) }}">Attribution for images and icons</a>
4040
</div>
4141
</div>
4242
</div>

0 commit comments

Comments
 (0)