diff options
author | Braxton Hall | 2022-12-14 06:03:50 +0000 |
---|---|---|
committer | GitHub | 2022-12-14 06:03:50 +0000 |
commit | 754ba58f00791f21eaf47a8be085df2bffc857d4 (patch) | |
tree | f05dedc02001a162a57ed000ce4ae44f0ddbe766 /index.html | |
parent | 784f04d5db2937d15f93e28f22cc3a478ae902be (diff) |
Remove excess part of path
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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), |