Skip to content

Commit 17a1188

Browse files
authored
Updated links in Admin for Analytics and Network (#24560)
ref https://linear.app/ghost/issue/PROD-2086/update-the-dashboard-to-native-analytics - The link for the "Understanding analytics in Ghost" banner on the Analytics overview was pointing to the old URL. - The link for "Get started" for self-hosters in Settings / Analytics was pointing to docs home instead of the specific article. - The "Help" link in Settings / Network was incorrectly pointing to ghost.org/docs
1 parent 2f21e19 commit 17a1188

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/admin-x-settings/src/components/settings/growth/Network.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const Network: React.FC<{ keywords: string[] }> = ({keywords}) => {
7474
<div className='flex w-full gap-1.5 rounded-md border border-grey-200 bg-grey-75 p-3 text-sm dark:border-grey-900 dark:bg-grey-925'>
7575
<Icon name='info' size={16} />
7676
<div className='-mt-0.5'>
77-
You need to configure a supported custom domain to use this feature. <a className='text-green' href="https://ghost.org/docs" rel="noopener noreferrer" target="_blank">Help &rarr;</a>
77+
You need to configure a supported custom domain to use this feature. <a className='text-green' href="https://ghost.org/help/social-web/" rel="noopener noreferrer" target="_blank">Help &rarr;</a>
7878
</div>
7979
</div>
8080
}

apps/admin-x-settings/src/components/settings/membership/Analytics.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const Analytics: React.FC<{ keywords: string[] }> = ({keywords}) => {
6868
<div className='mb-5 rounded-md border border-grey-200 bg-grey-50 px-4 py-2.5 text-sm dark:border-grey-900 dark:bg-grey-925'>
6969
<span className='flex items-start gap-2'>
7070
<span>
71-
Web analytics in Ghost is powered by <a className='text-green' href="https://tinybird.co" rel="noopener noreferrer" target='_blank'>Tinybird</a> and requires configuration to start collecting data. <a className='text-green' href="https://ghost.org/docs/" rel="noopener noreferrer" target='_blank'>Get started &rarr;</a>
71+
Web analytics in Ghost is powered by <a className='text-green' href="https://tinybird.co" rel="noopener noreferrer" target='_blank'>Tinybird</a> and requires configuration to start collecting data. <a className='text-green' href="https://docs.ghost.org/install/docker#tinybird-integration" rel="noopener noreferrer" target='_blank'>Get started &rarr;</a>
7272
</span>
7373
</span>
7474
</div>

apps/stats/src/views/Stats/Overview/Overview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ const Overview: React.FC = () => {
221221
<HelpCard
222222
description='Find out how to review the performance of your content and get the most out of post analytics in Ghost.'
223223
title='Understanding analytics in Ghost'
224-
url='https://ghost.org/help/post-analytics/'>
224+
url='https://ghost.org/help/native-analytics'>
225225
<div className='flex h-18 w-[100px] min-w-[100px] items-center justify-center rounded-md bg-gradient-to-tr from-[#14B8FF]/20 to-[#00BBA7]/20 p-4 opacity-80 transition-all group-hover/card:opacity-100'>
226226
<LucideIcon.ChartColumnIncreasing className='text-[#00BBA7]' size={20} strokeWidth={1.5} />
227227
</div>

0 commit comments

Comments
 (0)