From 8ba9573928f2edad351949297e51d693d37a37b7 Mon Sep 17 00:00:00 2001 From: Rob Taylor Date: Tue, 16 Dec 2025 22:14:56 +0000 Subject: [PATCH] docs: Update build URLs from chipflow.org to chipflow.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update API key generation URL to build.chipflow.com - Update example build URL to build.chipflow.com 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6585085..508e8b9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ pdm install ``` ## Set up the environment -Generate your API key at https://build.chipflow.org/user/detail. Click on 'Create/Refresh API Key', and your new API key will appear at the top. Copy it now, as you will not see it again! +Generate your API key at https://build.chipflow.com/user/detail. Click on 'Create/Refresh API Key', and your new API key will appear at the top. Copy it now, as you will not see it again! ![Image showing a newly generated API Key](docs/assets/api-key.png) @@ -80,7 +80,7 @@ This should return something like: ``` INFO:chipflow_lib.steps.silicon:Submitting c23dab6-dirty for project chipflow-examples-minimal INFO:chipflow_lib.steps.silicon:Submitted design: {'build_id': '3f51a69c-b3e3-4fd3-88fd-52826ac5e5dd'} -Design submitted successfully! Build URL: https://build-staging.chipflow.org//build/3f51a69c-b3e3-4fd3-88fd-52826ac5e5dd +Design submitted successfully! Build URL: https://build.chipflow.com/build/3f51a69c-b3e3-4fd3-88fd-52826ac5e5dd ``` Your design will now start building: pictures and logs of the build are available at build URL that is returned, once it is complete.