Skip to content

Commit f618a44

Browse files
author
Ramiro Nuñez Dosio
authored
Updated urls to supabase.com
1 parent b7ca664 commit f618a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff 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

176176
Realtime 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

0 commit comments

Comments
 (0)