From 82f70af175c433ff5f9486efe315526b41b71542 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 17 Jun 2023 22:43:14 +0100 Subject: [PATCH] Better link to regenerate workflow --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index deaf764..33b720f 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -42,4 +42,4 @@ To release a new version: 2. Update the version number in `setup.py` 3. [Create a GitHub release](https://github.com/simonw/llm/releases/new) for the new version. 4. Wait for the package to push to PyPI and then... -5. Run the [regenerate.yaml](https://github.com/simonw/homebrew-llm/blob/main/.github/workflows/regenerate.yaml) workflow to update the Homebrew tap to the latest version. +5. Run the [regenerate.yaml](https://github.com/simonw/homebrew-llm/actions/workflows/regenerate.yaml) workflow to update the Homebrew tap to the latest version.