aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBraxton Hall2022-12-14 06:03:50 +0000
committerGitHub2022-12-14 06:03:50 +0000
commit754ba58f00791f21eaf47a8be085df2bffc857d4 (patch)
treef05dedc02001a162a57ed000ce4ae44f0ddbe766
parent784f04d5db2937d15f93e28f22cc3a478ae902be (diff)
Remove excess part of path
-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),