Skip to content

Commit 315c617

Browse files
authored
RC AI url hotfix
1 parent 5291ab2 commit 315c617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AIToolsContainer/AIToolsContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const AIToolsContainer = ({}: AIToolsContainerProps) => {
2525
const aiProviders = [
2626
{
2727
name: "AI",
28-
baseUrl: "https://app.revenuecat.com/support?q=",
28+
baseUrl: "https://app.revenuecat.com/settings/support?tab=help&q=",
2929
image: "/docs_images/integrations/icons/rc.png",
3030
displayTitle: true,
3131
},

0 commit comments

Comments
 (0)