mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 22:38:34 +02:00
Rename lots of reference from old to new repo
This commit is contained in:
committed by
TheMas3212
parent
cb45034a24
commit
af1a1ac58d
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -6731,12 +6731,12 @@ export interface NS {
|
||||
* @example
|
||||
* ```ts
|
||||
* // NS1:
|
||||
* wget("https://raw.githubusercontent.com/danielyxie/bitburner/master/README.md", "game_readme.txt");
|
||||
* wget("https://raw.githubusercontent.com/bitburner-official/bitburner-src/master/README.md", "game_readme.txt");
|
||||
* ```
|
||||
* @example
|
||||
* ```ts
|
||||
* // NS2:
|
||||
* await ns.wget("https://raw.githubusercontent.com/danielyxie/bitburner/master/README.md", "game_readme.txt");
|
||||
* await ns.wget("https://raw.githubusercontent.com/bitburner-official/bitburner-src/master/README.md", "game_readme.txt");
|
||||
* ```
|
||||
* @param url - URL to pull data from.
|
||||
* @param target - Filename to write data to. Must be script or text file.
|
||||
|
||||
Reference in New Issue
Block a user