Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix icon path
  • Loading branch information
mafredri committed Mar 14, 2024
commit b981cf2acfcf799a316a8726554c779d7c0bf55e
2 changes: 1 addition & 1 deletion examples/templates/incus/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
display_name: Incus System Container with Docker
description: Develop in an Incus System Container with Docker using incus
icon: /icon/lxc.svg
icon: ../../../site/static/icon/lxc.svg
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be fair, both forms work. But all our other examples/templates use this relative form, and it's handy for confirming that the exact path exists.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, +1 for enforced consistency!

maintainer_github: coder
verified: true
tags: [local, incus, lxc, lxd]
Expand Down