Skip to content

Commit 28bd380

Browse files
committed
new org
1 parent afc2bf8 commit 28bd380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

game/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<div class="Sunflower_trophy">
212212
<script>
213213
document.write(
214-
'<img onclick="window.open(\'https://github.com/ROBlNET13/pvz\')" title="Producer" alt="3" src="images/interface/Sunflower_trophy32.png">'
214+
'<img onclick="window.open(\'https://github.com/Plants-vs-Zombies-MODDED/game\')" title="Producer" alt="3" src="images/interface/Sunflower_trophy32.png">'
215215
);
216216
</script>
217217
</div>

game/js/Cfunction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3049,7 +3049,7 @@ var SelectModal = function (level) {
30493049
};
30503050

30513051
var GotoAuthorWebsite = function () {
3052-
window.open("https://github.com/ROBlNET13/pvz");
3052+
window.open("https://github.com/Plants-vs-Zombies-MODDED/game");
30533053
};
30543054

30553055
var InitGame = function () {

0 commit comments

Comments
 (0)