Skip to content

Commit

Permalink
Merge pull request #2049 from Kaiserdragon2/main
Browse files Browse the repository at this point in the history
fix link
  • Loading branch information
Kaiserdragon2 committed Mar 15, 2024
2 parents 4bb8ad5 + c4d4291 commit f1a553c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js/requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const updatableButton = document.getElementById("updatable-button");
// Add an event listener to the button
updatableButton.addEventListener("click", function() {
// Define the URL to redirect to
const updatableURL = `https://${RepoOwner}.github.io/${RepoName}/requests.html`;
const updatableURL = `https://${RepoOwner}.github.io/${RepoName}/updatable.html`;
// Redirect to the specified URL
window.location.href = updatableURL;
});
Expand Down

0 comments on commit f1a553c

Please sign in to comment.