diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 171b37791..c86795a37 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: true contact_links: - name: Questions & Discussions - url: https://github.com/headroom-sdk/headroom/discussions + url: https://github.com/chopratejas/headroom/discussions about: Ask questions and discuss ideas in GitHub Discussions - name: Documentation - url: https://headroom.dev/docs + url: https://headroom-docs.vercel.app/docs about: Check out the documentation for guides and API reference diff --git a/docs/content/docs/troubleshooting.mdx b/docs/content/docs/troubleshooting.mdx index 0cfb613e5..8a577275f 100644 --- a/docs/content/docs/troubleshooting.mdx +++ b/docs/content/docs/troubleshooting.mdx @@ -421,4 +421,4 @@ print(f"Tokens: {result.tokens_before} -> {result.tokens_after}") 1. Enable debug logging and check the output 2. Use `simulate()` to see what transforms would apply 3. Run `validate_setup()` for configuration issues -4. File an issue at [github.com/headroom-sdk/headroom](https://github.com/headroom-sdk/headroom/issues) with your Headroom version, Python version, provider, debug log output, and minimal reproduction code +4. File an issue at [github.com/chopratejas/headroom](https://github.com/chopratejas/headroom/issues) with your Headroom version, Python version, provider, debug log output, and minimal reproduction code