From 5f83cd879e69ae64c5bd361a6e0e6b6fbc96df46 Mon Sep 17 00:00:00 2001 From: Jonathan Wei Date: Thu, 26 Sep 2019 18:06:12 -0700 Subject: [PATCH] Fix download link in header links (#8600) --- website/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index ce49dd40498..1967842bd83 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -37,7 +37,7 @@ const siteConfig = { {doc: 'design/index', label: 'Docs'}, {href: '/community/', label: 'Community'}, {href: 'https://www.apache.org', label: 'Apache'}, - {href: '/download.html', label: 'Download'}, + {href: '/downloads.html', label: 'Download'}, ], /* path to images for header/footer */