From d8924383594a5b981eeef83607335972770a77e6 Mon Sep 17 00:00:00 2001 From: Greg Chapple Date: Fri, 19 Dec 2025 09:42:38 +0000 Subject: [PATCH] Fix fizzy-saas link to point to the vendored gem instead of the archived repo --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index e253e430b..8fa1e5467 100644 --- a/docs/development.md +++ b/docs/development.md @@ -74,7 +74,7 @@ Under the hood, this will create or remove `tmp/email-dev.txt`. ## SaaS gem -37signals bundles Fizzy with [`fizzy-saas`](https://github.com/basecamp/fizzy-saas), a companion gem that links Fizzy with our billing system and contains our production setup. +37signals bundles Fizzy with [`fizzy-saas`](https://github.com/basecamp/fizzy/tree/main/saas), a companion gem that links Fizzy with our billing system and contains our production setup. This gem depends on some private git repositories and it is not meant to be used by third parties. But we hope it can serve as inspiration for anyone wanting to run fizzy on their own infrastructure.