You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin/skills/claude-docs/SKILL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,8 @@ Grep: "<keyword>" in ~/.claude-code-docs/docs/
79
79
80
80
### Determining Source URLs
81
81
82
-
- Files starting with `claude-code__` → `https://code.claude.com/docs/en/<page>` (replace `claude-code__` prefix and `__` with `/`)
83
-
- Files starting with `docs__en__` → `https://platform.claude.com/en/docs/<path>` (replace `docs__en__` prefix with `en/docs/` and remaining `__` with `/`)
82
+
- Files starting with `claude-code__` → `https://code.claude.com/docs/en/<page>` (strip `.md` extension, replace `claude-code__` prefix and `__` with `/`)
83
+
- Files starting with `docs__en__` → `https://platform.claude.com/en/docs/<path>` (strip `.md` extension, replace `docs__en__` prefix with `en/docs/` and remaining `__` with `/`)
0 commit comments