We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5291ab2 commit 315c617Copy full SHA for 315c617
src/components/AIToolsContainer/AIToolsContainer.tsx
@@ -25,7 +25,7 @@ const AIToolsContainer = ({}: AIToolsContainerProps) => {
25
const aiProviders = [
26
{
27
name: "AI",
28
- baseUrl: "https://app.revenuecat.com/support?q=",
+ baseUrl: "https://app.revenuecat.com/settings/support?tab=help&q=",
29
image: "/docs_images/integrations/icons/rc.png",
30
displayTitle: true,
31
},
0 commit comments