Rename lots of reference from old to new repo

This commit is contained in:
Olivier Gagnon
2022-10-19 12:24:18 -04:00
committed by TheMas3212
parent cb45034a24
commit af1a1ac58d
28 changed files with 52 additions and 51 deletions
+2 -2
View File
@@ -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.
+4 -1
View File
@@ -910,7 +910,10 @@ export function Root(props: IProps): React.ReactElement {
Basic
</Link>
{" | "}
<Link target="_blank" href="https://github.com/danielyxie/bitburner/blob/dev/markdown/bitburner.ns.md">
<Link
target="_blank"
href="https://github.com/bitburner-official/bitburner-src/blob/dev/markdown/bitburner.ns.md"
>
Full
</Link>
</Typography>