From e99e9e3d5f4c72cb189fd900f29154ebeb1f929c Mon Sep 17 00:00:00 2001 From: reibitto Date: Wed, 9 Jun 2021 22:10:51 +0900 Subject: [PATCH] Fix API header link in docs --- website/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index 25b43caf..1a795446 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -32,7 +32,7 @@ const siteConfig = { // For no header links in the top nav bar -> headerLinks: [], headerLinks: [ {doc: 'overview/overview_index', label: 'Overview'}, - {href: '/api/index.html', label: 'API'}, + {href: '/zio-process/api/index.html', label: 'API'}, {doc: 'about/about_index', label: 'About'} ],