diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index ead68fe39d..972d1b6264 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -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 diff --git a/examples/hooks/bash_command_validator_example.py b/examples/hooks/bash_command_validator_example.py index 53ab7a829e..20bd57c715 100644 --- a/examples/hooks/bash_command_validator_example.py +++ b/examples/hooks/bash_command_validator_example.py @@ -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.