Remove more rtd references (#702)

This commit is contained in:
hydroflame
2023-08-06 00:05:03 -04:00
committed by GitHub
parent aed01b0979
commit 931d7e588a
11 changed files with 18 additions and 62 deletions
+1 -7
View File
@@ -69,17 +69,11 @@ export function Toolbar({ editor, onSave }: IProps) {
Terminal (Ctrl/Cmd + b)
</Button>
<Typography>
{" "}
<strong>Documentation:</strong>{" "}
<Link target="_blank" href="https://bitburner-official.readthedocs.io/en/latest/index.html">
Basic
</Link>
{" | "}
<Link
target="_blank"
href="https://github.com/bitburner-official/bitburner-src/blob/dev/markdown/bitburner.ns.md"
>
Full
Documentation
</Link>
</Typography>
</Box>