Fix fizzy-saas link to point to the vendored gem instead of the archived repo

This commit is contained in:
Greg Chapple
2025-12-19 09:42:38 +00:00
parent cb01966439
commit d892438359
+1 -1
View File
@@ -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.