File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,29 +108,29 @@ class Index extends React.Component {
108
108
< Block background = "white" layout = "fourColumn" >
109
109
{ [
110
110
{
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` ,
112
112
image : `${ baseUrl } img/feature-api.svg` ,
113
113
imageAlign : 'top' ,
114
114
title : 'API' ,
115
115
} ,
116
116
{
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` ,
118
118
image : `${ baseUrl } img/feature-intents.svg` ,
119
119
imageAlign : 'top' ,
120
120
title : 'Intents' ,
121
121
} ,
122
122
{
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` ,
124
124
image : `${ baseUrl } img/feature-context.svg` ,
125
125
imageAlign : 'top' ,
126
126
title : 'Context Data' ,
127
127
} ,
128
128
{
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 ' ) } ).` ,
130
130
image : `${ baseUrl } img/feature-appd.svg` ,
131
131
imageAlign : 'top' ,
132
132
title : 'App Directory' ,
133
- link : `${ baseUrl } /appd-intro `
133
+ link : `${ baseUrl } /app-directory/overview `
134
134
}
135
135
136
136
] }
You can’t perform that action at this time.
0 commit comments