Skip to content
This repository was archived by the owner on Apr 7, 2024. It is now read-only.

Commit e1a605e

Browse files
committed
change domain
1 parent 2e0cb8a commit e1a605e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/hooks.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ namespace Hooks {
109109

110110
HOOK_FUNC(void, openURL, void* self, const char* url) {
111111
if (string(url) == "http://robtopgames.com/blog/2017/02/01/geometry-dash-newgrounds")
112-
url = "https://gdlocalisation.netlify.app/gd/blog/ru/#newgrounds_start";
112+
url = "https://gdlocalisation.uk/gd/blog/ru/#newgrounds_start";
113113
else if (string(url) == "http://www.boomlings.com/files/GJGuide.pdf")
114-
url = "https://gdlocalisation.netlify.app/gd/gjguide/ru/gjguide_ru.pdf";
114+
url = "https://gdlocalisation.uk/gd/gjguide/ru/gjguide_ru.pdf";
115115
else if (string(url) == "http://www.robtopgames.com/gd/faq")
116-
url = "https://gdlocalisation.netlify.app/gd/blog/ru";
116+
url = "https://gdlocalisation.uk/gd/blog/ru";
117117

118118
openURL_o(self, url);
119119
}

0 commit comments

Comments
 (0)