Skip to content

Commit

Permalink
Update repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Jun 29, 2024
1 parent 61d5c76 commit a8a411c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ function doQuery(query)
p.textContent = "If the promo code no longer works, ";
{
let a = document.createElement("a");
a.href = "https://github.com/calamity-inc/omni.wf/issues";
a.href = "https://github.com/omni-wf/omni.wf/issues";
a.target = "_blank";
a.textContent = "please let us know.";
p.appendChild(a);
Expand Down

0 comments on commit a8a411c

Please sign in to comment.