mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
Fix tutorial getting started link
change tformat.rst file name
This commit is contained in:
parent
e7588de19c
commit
67fde6167b
@ -1,7 +1,7 @@
|
||||
moveTail() Netscript Function
|
||||
resizeTail() Netscript Function
|
||||
===============================
|
||||
|
||||
.. js:function:: moveTail(width, heigth[, pid])
|
||||
.. js:function:: resizeTail(width, heigth[, pid])
|
||||
|
||||
:RAM cost: 0 GB
|
||||
|
||||
|
0
doc/source/netscript/basicfunctions/tformat.rst → doc/source/netscript/basicfunctions/taFormat.rst
0
doc/source/netscript/basicfunctions/tformat.rst → doc/source/netscript/basicfunctions/taFormat.rst
@ -414,7 +414,13 @@ export function InteractiveTutorialRoot(): React.ReactElement {
|
||||
<>
|
||||
<Typography>
|
||||
This page displays information about all of your scripts that are running across every server. You can use
|
||||
this to gauge how well your scripts are doing. Let's go back to
|
||||
this to gauge how well your scripts are doing.
|
||||
<br /><br />
|
||||
Click on Home to see the scripts running on it.
|
||||
<br /><br />
|
||||
Then click on n00dles.js to see the scripts information.
|
||||
<br /><br />
|
||||
Let's go back to
|
||||
</Typography>
|
||||
<ListItem>
|
||||
<LastPageIcon color={"error"} />
|
||||
@ -473,7 +479,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
|
||||
<Typography>through the main navigation menu now.</Typography>
|
||||
</>
|
||||
),
|
||||
canNext: true,
|
||||
canNext: false,
|
||||
},
|
||||
[iTutorialSteps.HacknetNodesIntroduction as number]: {
|
||||
content: (
|
||||
@ -499,7 +505,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
|
||||
</ListItem>
|
||||
</>
|
||||
),
|
||||
canNext: true,
|
||||
canNext: false,
|
||||
},
|
||||
[iTutorialSteps.WorldDescription as number]: {
|
||||
content: (
|
||||
@ -517,7 +523,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
|
||||
</ListItem>
|
||||
</>
|
||||
),
|
||||
canNext: true,
|
||||
canNext: false,
|
||||
},
|
||||
[iTutorialSteps.TutorialPageInfo as number]: {
|
||||
content: (
|
||||
@ -527,7 +533,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
|
||||
<br />
|
||||
<br />
|
||||
The{" "}
|
||||
<a href="https://bitburner-official.readthedocs.io/en/latest/guidesandtips/gettingstartedguideforbeginnerprogrammers.html">
|
||||
<a href="https://bitburner-official.readthedocs.io/en/latest/guidesandtips/gettingstartedguideforbeginnerprogrammers.html" target="_blank">
|
||||
Getting Started
|
||||
</a>{" "}
|
||||
contains the guide for new players, navigating you through most of early game.
|
||||
|
Loading…
Reference in New Issue
Block a user