Skip to content

Commit

Permalink
chore: index.html > docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocjohn committed Jun 27, 2024
1 parent 4d27e46 commit 5a367f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html → docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

<script>
const converter = new showdown.Converter();
const githubRepoUrl = 'README.md';
const githubRepoUrl = '../README.md';

// Fetch the Markdown content from the GitHub repository
fetch(githubRepoUrl)
Expand Down

0 comments on commit 5a367f9

Please sign in to comment.