Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body:
attributes:
label: Documentation Location
description: Where did you encounter this issue? Provide a URL if possible
placeholder: "e.g., https://docs.anthropic.com/en/docs/claude-code/getting-started"
placeholder: "e.g., https://code.claude.com/docs/en/quickstart"
validations:
required: false

Expand Down
2 changes: 1 addition & 1 deletion examples/hooks/bash_command_validator_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
It validates bash commands against a set of rules before execution.
In this case it changes grep calls to using rg.

Read more about hooks here: https://docs.anthropic.com/en/docs/claude-code/hooks
Read more about hooks here: https://code.claude.com/docs/en/hooks-guide

Make sure to change your path to your actual script.

Expand Down