aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 54bba8c..efe2246 100644
--- a/index.html
+++ b/index.html
@@ -48,7 +48,7 @@
<a href="https://github.com/braxtonhall/fib#contributing"><span>Want to contribute?</span></a>
<script>
- const getContributors = _ => fetch(`/fib/people.json`).then(res => res.json());
+ const getContributors = _ => fetch(`/people.json`).then(res => res.json());
const toPersonNode = person => $("<div>", {class: "person"}).append(
toPersonHeader(person),