diff --git a/docs/translations/bs/scripting/functions/HTTP.md b/docs/translations/bs/scripting/functions/HTTP.md index 91212b599..53983f27d 100644 --- a/docs/translations/bs/scripting/functions/HTTP.md +++ b/docs/translations/bs/scripting/functions/HTTP.md @@ -47,7 +47,7 @@ public OnPlayerCommandText(playerid, cmdtext[]) { if (!strcmp("/hello",cmdtext,true)) { - HTTP(playerid, HTTP_GET, "kc.gd/hello.txt", "", "MyHttpResponse"); + HTTP(playerid, HTTP_GET, "assets.open.mp/hello.txt", "", "MyHttpResponse"); return 1; } return 0;