Skip to content

Commit 9f403bb

Browse files
davydkovclaude
andcommitted
fix: correct broken symlink for likec4-dsl skill
The symlink was pointing to ./skills/likec4-dsl/ which resolved relative to .claude/skills/ directory (wrong path). Fixed to ../../skills/likec4-dsl to correctly traverse up to repo root. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 7ccc528 commit 9f403bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.claude/skills/likec4-dsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./skills/likec4-dsl/
1+
../../skills/likec4-dsl

0 commit comments

Comments
 (0)