Skip to content

Commit 2c9116d

Browse files
authored
chore: update link of help article (#105)
1 parent 9d909de commit 2c9116d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/pricing/page.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ import '@/styles/pricing.scss';
1717

1818
const site_url = process.env.NEXT_PUBLIC_SITE_BASE_URL;
1919

20-
export async function generateMetadata(): Promise<Metadata> {
20+
export async function generateMetadata (): Promise<Metadata> {
2121
return {
2222
alternates: {
2323
canonical: `${site_url}/pricing`,
2424
},
2525
};
2626
}
2727

28-
function Page() {
28+
function Page () {
2929
return (
3030
<>
3131
<div className={'pricing-page'}>
@@ -116,7 +116,7 @@ function Page() {
116116
/>
117117
<div className={'card-title'}>Help articles</div>
118118
<Link
119-
href={'https://docs.appflowy.io/docs'}
119+
href={'https://appflowy.com/guide/getting-started-with-appflowy'}
120120
className={'flex items-center gap-2'}
121121
>
122122
Learn more <LearnMore />

lib/config/footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const links = [
119119
},
120120
{
121121
name: 'Community Hub',
122-
link: 'https://forum.appflowy.io/',
122+
link: 'https://forum.appflowy.com/',
123123
},
124124
{
125125
name: 'Report a bug',

lib/config/navigation.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export const navigation: Item[] = [
123123
{
124124
key: '4',
125125
name: 'Community forum',
126-
href: 'https://forum.appflowy.io/',
126+
href: 'https://forum.appflowy.com/',
127127
icon: (
128128
<i className={'text-primary'}>
129129
<Forum />

0 commit comments

Comments
 (0)