Skip to content

Commit f125631

Browse files
fix(index): use current repository slug
Point the dynamic guide index at EveGoodEvening/ai-eli5 directly. This removes reliance on GitHub's legacy repository redirect and keeps API-backed guide discovery stable.
1 parent 66a22fc commit f125631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<script>
5050
(() => {
5151
const owner = "EveGoodEvening";
52-
const repo = "eli5";
52+
const repo = "ai-eli5";
5353
const grid = document.querySelector("#pages");
5454
const count = document.querySelector("#count");
5555
const api = `https://api.github.com/repos/${owner}/${repo}/contents/`;

0 commit comments

Comments
 (0)