We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add7127 commit 155019bCopy full SHA for 155019b
1 file changed
vue/src/SwaggerPage/SwaggerUiPanel.vue
@@ -135,7 +135,7 @@ export default defineComponent({
135
// TODO: replace with the final FAQ page once it is published.
136
return translate(
137
'ApiReference_SwaggerPageSpecNotAvailable',
138
- externalLink('https://matomo.org/?post_type=faq&p=96250&preview=true#why-is-the-openapi-specification-file-not-generated'),
+ externalLink('https://matomo.org/faq/how-to/how-to-use-the-api-reference-in-matomo#why-is-the-openapi-specification-file-not-generated'),
139
'</a>',
140
);
141
},
0 commit comments