From aea7f20d497d380ebbb066257f9cafd902b13f56 Mon Sep 17 00:00:00 2001 From: Elijah Date: Tue, 24 Dec 2019 10:48:59 -0600 Subject: [PATCH] Correct typo --- site/src/components/SiteSearch.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/components/SiteSearch.svelte b/site/src/components/SiteSearch.svelte index c2ccf3fcb9..b5bf5d5895 100644 --- a/site/src/components/SiteSearch.svelte +++ b/site/src/components/SiteSearch.svelte @@ -2,7 +2,7 @@ let orderedSections = null; async function getSections() { - const res = await fetch('/docsd.json'); + const res = await fetch('/docs.json'); const rawSections = await res.json(); const sections = rawSections.map(section => ({