Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdevelop authored Jun 28, 2024
1 parent 7580218 commit 02cb3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script>
var wikiUrl = window.location.href.match(/\/wiki\/(.+)/);
if (wikiUrl) {
window.location.href = 'https://vaseuzivatelskeJmeno.github.io/nazevVasehoRepoziitare/' + wikiUrl[1];
window.location.href = 'https://vikdevelop.github.io/SaveDesktop/' + wikiUrl[1];
}
</script>
</head>
Expand Down

0 comments on commit 02cb3aa

Please sign in to comment.