File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ import '@/styles/pricing.scss';
17
17
18
18
const site_url = process . env . NEXT_PUBLIC_SITE_BASE_URL ;
19
19
20
- export async function generateMetadata ( ) : Promise < Metadata > {
20
+ export async function generateMetadata ( ) : Promise < Metadata > {
21
21
return {
22
22
alternates : {
23
23
canonical : `${ site_url } /pricing` ,
24
24
} ,
25
25
} ;
26
26
}
27
27
28
- function Page ( ) {
28
+ function Page ( ) {
29
29
return (
30
30
< >
31
31
< div className = { 'pricing-page' } >
@@ -116,7 +116,7 @@ function Page() {
116
116
/>
117
117
< div className = { 'card-title' } > Help articles</ div >
118
118
< Link
119
- href = { 'https://docs. appflowy.io/docs ' }
119
+ href = { 'https://appflowy.com/guide/getting-started-with-appflowy ' }
120
120
className = { 'flex items-center gap-2' }
121
121
>
122
122
Learn more < LearnMore />
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ export const links = [
119
119
} ,
120
120
{
121
121
name : 'Community Hub' ,
122
- link : 'https://forum.appflowy.io /' ,
122
+ link : 'https://forum.appflowy.com /' ,
123
123
} ,
124
124
{
125
125
name : 'Report a bug' ,
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ export const navigation: Item[] = [
123
123
{
124
124
key : '4' ,
125
125
name : 'Community forum' ,
126
- href : 'https://forum.appflowy.io /' ,
126
+ href : 'https://forum.appflowy.com /' ,
127
127
icon : (
128
128
< i className = { 'text-primary' } >
129
129
< Forum />
You can’t perform that action at this time.
0 commit comments