Skip to content

Commit

Permalink
Update jio-footer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Mar 11, 2024
1 parent 9af0591 commit 8010fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jio-footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class Footer extends LitElement {
<a href=${relOrAbsoluteLink('/download/', this.property).href}>${msg('Downloads')}</a>
</li>
<li>
<a href=${relOrAbsoluteLink('/node/', this.property).href}>${msg('Blog')}</a>
<a href=${relOrAbsoluteLink('/blog/', this.property).href}>${msg('Blog')}</a>
</li>
<li>
<a href=${relOrAbsoluteLink('/doc/', this.property).href}>${msg('Documentation')}</a>
Expand Down

0 comments on commit 8010fce

Please sign in to comment.