Skip to content

Commit

Permalink
Fix API header link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
reibitto authored Jun 9, 2021
1 parent ece9478 commit e99e9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
],

Expand Down

0 comments on commit e99e9e3

Please sign in to comment.