Skip to content

Commit

Permalink
Merge pull request #3239 from jessica-mitchell/fix-attribution
Browse files Browse the repository at this point in the history
Fix broken attribution link in docs
  • Loading branch information
jessica-mitchell authored Jun 26, 2024
2 parents 87ec23a + c26822f commit 157c6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/htmldoc/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</div>
<div class="grid_4 narrow" >
<div id="attribution" style="color:#666;">
<a href="attribution-list.html">Attribution for images and icons</a>
<a href="{{ pathto('attribution-list.html', 1) }}">Attribution for images and icons</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 157c6b5

Please sign in to comment.