Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uchks committed Oct 6, 2024
1 parent 07fdef7 commit 1d1079a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depictions/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
$.ajax({
type: "GET",
dataType: "xml",
url: "../repo.xml",
url: "../../repo.xml",
cache: false,
success: (xml) => {
$(xml)
Expand Down

0 comments on commit 1d1079a

Please sign in to comment.