From 2b595cc1870f8ef617b7e0ff71f9f98c2bd24e23 Mon Sep 17 00:00:00 2001 From: memosr Date: Thu, 4 Jun 2026 20:41:50 +0300 Subject: [PATCH] docs: use https:// for GitHub link in create-onchain-agent READMEs Both create-onchain-agent README files (TypeScript and Python) linked to the AgentKit repo via http://github.com. GitHub has required HTTPS since 2020, so the HTTP URL triggers an immediate redirect and some corporate proxies, link checkers, and security scanners flag http://github.com as insecure. Updated the URL and the link text in both files. --- python/create-onchain-agent/README.md | 2 +- typescript/create-onchain-agent/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/create-onchain-agent/README.md b/python/create-onchain-agent/README.md index 2aa5aac3e..0445c4290 100644 --- a/python/create-onchain-agent/README.md +++ b/python/create-onchain-agent/README.md @@ -88,5 +88,5 @@ poetry run python chatbot.py ## Documentation & Support - **Docs:** [https://docs.cdp.coinbase.com/agentkit/docs/welcome](https://docs.cdp.coinbase.com/agentkit/docs/welcome) -- **GitHub Repo:** [http://github.com/coinbase/agentkit](http://github.com/coinbase/agentkit) +- **GitHub Repo:** [https://github.com/coinbase/agentkit](https://github.com/coinbase/agentkit) - **Community & Support:** [https://discord.gg/CDP](https://discord.gg/CDP) diff --git a/typescript/create-onchain-agent/README.md b/typescript/create-onchain-agent/README.md index 9a77c0b14..811b0f9e1 100644 --- a/typescript/create-onchain-agent/README.md +++ b/typescript/create-onchain-agent/README.md @@ -63,5 +63,5 @@ agentkit generate create-agent ## Documentation & Support - **Docs:** [https://docs.cdp.coinbase.com/agentkit/docs/welcome](https://docs.cdp.coinbase.com/agentkit/docs/welcome) -- **GitHub Repo:** [http://github.com/coinbase/agentkit](http://github.com/coinbase/agentkit) +- **GitHub Repo:** [https://github.com/coinbase/agentkit](https://github.com/coinbase/agentkit) - **Community & Support:** [https://discord.gg/CDP](https://discord.gg/CDP)