Skip to content

Commit e7de9c4

Browse files
committed
Fix links on front page
1 parent 60cd88d commit e7de9c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/pages/en/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,29 +108,29 @@ class Index extends React.Component {
108108
<Block background="white" layout="fourColumn">
109109
{[
110110
{
111-
content: `Create a consistent developer experience by adhering to the [API](${docUrl('api/api-intro')}) standard`,
111+
content: `Create a consistent developer experience by adhering to the [API](${docUrl('api/overview')}) standard`,
112112
image: `${baseUrl}img/feature-api.svg`,
113113
imageAlign: 'top',
114114
title: 'API',
115115
},
116116
{
117-
content: `Use [standardized verbs](${docUrl('intents-intro')}) to instruct other apps to take an action`,
117+
content: `Use [standardized verbs](${docUrl('intents/overview')}) to instruct other apps to take an action`,
118118
image: `${baseUrl}img/feature-intents.svg`,
119119
imageAlign: 'top',
120120
title: 'Intents',
121121
},
122122
{
123-
content: `Share [context](${docUrl('context-intro')}) between apps to eliminate re-keying and streamline workflow`,
123+
content: `Share [context](${docUrl('context/overview')}) between apps to eliminate re-keying and streamline workflow`,
124124
image: `${baseUrl}img/feature-context.svg`,
125125
imageAlign: 'top',
126126
title: 'Context Data',
127127
},
128128
{
129-
content: `Discover trusted apps that can take part in a FDC3 workflow using an [App directory](${docUrl('appd-intro')}).`,
129+
content: `Discover trusted apps that can take part in a FDC3 workflow using an [App directory](${docUrl('app-directory/overview')}).`,
130130
image: `${baseUrl}img/feature-appd.svg`,
131131
imageAlign: 'top',
132132
title: 'App Directory',
133-
link: `${baseUrl}/appd-intro`
133+
link: `${baseUrl}/app-directory/overview`
134134
}
135135

136136
]}

0 commit comments

Comments
 (0)