From e9592553c4f6f2aa904ac4657df7b2132ab7505d Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Wed, 5 Jul 2023 15:50:59 -0700 Subject: [PATCH] pyproject.toml: update homepage and documentation links (#1299) the site has moved to reflex.dev --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 992b79566..5cd919492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,9 @@ authors = [ "Alek Petuskey ", ] readme = "README.md" -homepage = "https://pynecone.io" +homepage = "https://reflex.dev" repository = "https://github.com/pynecone-io/pynecone" -documentation = "https://pynecone.io/docs/getting-started/introduction" +documentation = "https://reflex.dev/docs/getting-started/introduction" keywords = [ "web", "framework",