diff --git a/docs/inference-providers/integrations/claude-code.md b/docs/inference-providers/integrations/claude-code.md index f429b50069..54d9fbb6b8 100644 --- a/docs/inference-providers/integrations/claude-code.md +++ b/docs/inference-providers/integrations/claude-code.md @@ -15,7 +15,7 @@ Claude Code supports custom API endpoints via environment variables. By setting ### Option 1: Using the `hf-claude` Extension (Recommended) -The [`hf-claude`](https://github.com/hanouticelina/hf-claude) extension for the `hf` CLI provides an interactive model and provider picker that launches Claude Code with the right environment variables preconfigured. +The [`hf-claude`](https://github.com/huggingface/hf-claude) extension for the `hf` CLI provides an interactive model and provider picker that launches Claude Code with the right environment variables preconfigured. 1. Make sure you have `HF_TOKEN` set: @@ -26,7 +26,7 @@ export HF_TOKEN="hf_..." 2. Install the extension: ```bash -hf extensions install hanouticelina/hf-claude +hf extensions install hf-claude ``` 3. Launch Claude Code through `hf`: @@ -73,5 +73,5 @@ Available policies are `:cheapest`, `:fastest`, or `:preferred`; use one of thes ## Resources - [Claude Code Documentation](https://docs.anthropic.com/en/docs/claude-code) -- [`hf-claude` Extension](https://github.com/hanouticelina/hf-claude) +- [`hf-claude` Extension](https://github.com/huggingface/hf-claude) - [Available models on Inference Providers](https://huggingface.co/inference/models)