Skip to content

Commit 6cc2f0c

Browse files
committed
resources: Replace remaining uses of "mtasa.com" with "multitheftauto.com" to reduce redundant redirects
1 parent effd3bb commit 6cc2f0c

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Please refer to the [forum rules](https://forum.mtasa.com/topic/12275-forum-rules/).
1+
Please refer to the [forum rules](https://forum.multitheftauto.com/topic/12275-forum-rules/).

.github/SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Please submit your security vulnerabilities and cheats to our [private bugtracke
77

88
Please do not submit vulnerabilities and cheats publicly, on GitHub or anywhere else.
99

10-
[private bugtracker]: https://forum.mtasa.com/forum/156-private-bugs/
10+
[private bugtracker]: https://forum.multitheftauto.com/forum/156-private-bugs/
1111

1212
## Bug Bounty
1313

@@ -16,4 +16,4 @@ We also run a bug bounty programme. Please read
1616

1717
Payment is by PayPal only -- please include your PayPal email when posting on the [private bugtracker].
1818

19-
[bounty]: https://forum.mtasa.com/topic/66858-bounty-for-finding-security-flaws-and-working-cheats-in-mta/
19+
[bounty]: https://forum.multitheftauto.com/topic/66858-bounty-for-finding-security-flaws-and-working-cheats-in-mta/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A resource can be seen as being partly equivalent to a program running in an ope
66

77
This project maintains a list of up-to-date resources that come with Multi Theft Auto. These can be checked out by anyone who wishes to run a dedicated server with the latest resources. To learn about every resource in this repository, visit the [Default resources Wiki Page](https://wiki.multitheftauto.com/wiki/Default_resources).
88

9-
For a collection of user-created resources, head over to our [Community](https://community.mtasa.com) web page which serves as a place for hosting our community's resources.
9+
For a collection of user-created resources, head over to our [Community](https://community.multitheftauto.com) web page which serves as a place for hosting our community's resources.
1010

1111
To report a bug or suggest an idea, [please submit a GitHub issue](https://github.com/multitheftauto/mtasa-resources/issues/new/choose). To understand the entire development cycle and process of this project, read the [Contributing Guide](https://github.com/multitheftauto/mtasa-docs/blob/main/mtasa-resources/CONTRIBUTING.md).
1212

[admin]/acpanel/s_settings.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ end
232232
-- Get version info about this resource
233233
---------------------------------------------------------
234234
function GetAcPanelVersInfoFromRemoteServer()
235-
fetchRemote( "http://nightly.mtasa.com/ver/acpanel/", onGotAcPanelVersInfo )
235+
fetchRemote( "http://nightly.multitheftauto.com/ver/acpanel/", onGotAcPanelVersInfo )
236236
end
237237

238238

[admin]/admin/client/admin_client.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ addEventHandler ( "aClientShowUpgradeMessage", root,
170170
if age > 60*60 then
171171
xmlNodeSetAttribute(node, "lastConsoleTextTime", tostring( timeNow ))
172172
xmlSaveFile(xml)
173-
outputConsole( "A new version of MTA:SA is available! - Please download from www.mtasa.com" )
173+
outputConsole( "A new version of MTA:SA is available! - Please download from www.multitheftauto.com" )
174174
end
175175
end
176176

@@ -180,7 +180,7 @@ addEventHandler ( "aClientShowUpgradeMessage", root,
180180
if age > 60*60*24 then
181181
xmlNodeSetAttribute(node, "lastMessageBoxTime", tostring( timeNow ))
182182
xmlSaveFile(xml)
183-
aMessageBox( "A new version of MTA:SA is available!", "Please download from www.mtasa.com" )
183+
aMessageBox( "A new version of MTA:SA is available!", "Please download from www.multitheftauto.com" )
184184
setTimer ( aMessageBoxClose, 15000, 1, true )
185185
end
186186
end

[gamemodes]/[race]/race/config_client.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function openConfigMenu ()
4242

4343
gui["scrollpane"] = guiCreateScrollPane( 0, 0, 1, 1, true, gui["form"] )
4444
gui["button_close"] = guiCreateButton( 0, 0, 1, 1, 'Close', false, gui["form"] )
45-
gui["label1"] = guiCreateLabel( 0, 0, 1, 1, 'Get more race addons from http://community.mtasa.com/', false, gui["form"] )
45+
gui["label1"] = guiCreateLabel( 0, 0, 1, 1, 'Get more race addons from http://community.multitheftauto.com/', false, gui["form"] )
4646
gui["label2"] = guiCreateLabel( 0, 0, 1, 1, "Note: Some addons may not take effect", false, gui["form"] )
4747
gui["label3"] = guiCreateLabel( 0, 0, 1, 1, "until the start of the next map.", false, gui["form"] )
4848
gui["rows"] = {}

[gameplay]/webbrowser/WebBrowserGUI.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function WebBrowserGUI:Browser_Created()
4848
addEventHandler("onClientGUIClick", self.m_ButtonClose, function(...) self:CloseButton_Click(...) end, false)
4949
addEventHandler("onClientGUIClick", self.m_DevButton, function(...) self:DevButton_Click(...) end, false)
5050

51-
self:loadURL("https://mtasa.com/")
51+
self:loadURL("https://multitheftauto.com/")
5252
end
5353

5454
function WebBrowserGUI:Browser_Navigate(targetURL, isBlocked)

0 commit comments

Comments
 (0)