1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-12-07 06:48:05 +00:00

Migrate all examples to use tweaked.cc

Might as well, I've got the server capacity to spare. Hopefully.
This commit is contained in:
Jonathan Coates
2021-01-23 14:58:08 +00:00
committed by Jummit
parent 3e14b84c23
commit a65b8ed04c
6 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ This event is normally handled inside @{http.websocket}, but it can still be see
## Example
Prints the content of a website (this may fail if the request fails):
```lua
local myURL = "ws://echo.websocket.org"
local myURL = "wss://example.tweaked.cc/echo"
http.websocketAsync(myURL)
local event, url, handle
repeat