File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Supabase client for Python. This mirrors the design of [supabase-js](https://git
1717## Status
1818
1919- [x] Alpha: We are testing Supabase with a closed set of customers
20- - [x] Public Alpha: Anyone can sign up over at [ app.supabase.io] ( https://app.supabase.io ) . But go easy on us, there are a few kinks.
20+ - [x] Public Alpha: Anyone can sign up over at [ app.supabase.io] ( https://app.supabase.com ) . But go easy on us, there are a few kinks.
2121- [ ] Public Beta: Stable enough for most non-enterprise use-cases
2222- [ ] Public: Production-ready
2323
@@ -175,7 +175,7 @@ data = supabase.table("countries").delete().eq("id", 1).execute()
175175
176176Realtime changes are unfortunately still a WIP. Feel free to file PRs to [ realtime-py] ( https://github.com/supabase-community/realtime-py )
177177
178- See [ Supabase Docs] ( https://supabase.io /docs/guides/client-libraries ) for full list of examples
178+ See [ Supabase Docs] ( https://supabase.com /docs/guides/client-libraries ) for full list of examples
179179
180180## Python and Supabase Resources
181181
You can’t perform that action at this time.
0 commit comments