diff --git a/pcweb/pages/affiliates/affiliates.py b/pcweb/pages/affiliates/affiliates.py index 406ad5a15..dbf4fe501 100644 --- a/pcweb/pages/affiliates/affiliates.py +++ b/pcweb/pages/affiliates/affiliates.py @@ -115,7 +115,7 @@ def features() -> rx.Component: ), rx.link( button("Become a Partner", variant="primary", size="xl"), - href="https://app.lemcal.com/@alek/reflex-demo?back=1", + href="https://cal.com/team/reflex/affiliate-program", is_external=True, class_name="p-3 border border-slate-3 rounded-[1.375rem] border-solid lg:mt-0 mt-4", ), @@ -163,7 +163,7 @@ def features_small_screen(): rx.box( rx.link( button("Become a Partner", variant="primary", size="xl"), - href="https://app.lemcal.com/@alek/reflex-demo?back=1", + href="https://cal.com/team/reflex/affiliate-program", is_external=True, class_name="p-3 border border-slate-3 rounded-[1.375rem] border-solid lg:mt-0 mt-4", ),