From bff6ed63ea65e064264d8235b4bb3ed10471ef51 Mon Sep 17 00:00:00 2001 From: kiankyars <69437137+kiankyars@users.noreply.github.com> Date: Thu, 2 Apr 2026 18:24:31 -0700 Subject: [PATCH] Update GitHub repository link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c181db9..309db8d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Copy `.env.example` to `.env` to get started with environment configuration. If you have an AI coding agent like [Claude Code](https://docs.anthropic.com/en/docs/claude-code) or Codex, you can paste the following prompt to have it set up Headlong for you: -> Clone https://github.com/bobbywilder/headlong and follow the README to set it up. I have already created a Supabase project and run the migrations. My Supabase credentials and API keys are in my `.env` file at the project root. Set up the Python virtual environments, install dependencies (including Playwright), and install the webapp's npm packages. +> Clone https://github.com/andyk/headlong and follow the README to set it up. I have already created a Supabase project and run the migrations. My Supabase credentials and API keys are in my `.env` file at the project root. Set up the Python virtual environments, install dependencies (including Playwright), and install the webapp's npm packages. **Before running this, you must:** 1. Create a [Supabase](https://supabase.com) project