From 7e183c4e4a1f8c1c1faf0eede769557d52f0c980 Mon Sep 17 00:00:00 2001 From: Mughur Date: Fri, 6 Jan 2023 15:24:10 +0200 Subject: [PATCH] Updated ReadTheDocs links --- README.md | 2 +- src/GameOptions/ui/GameOptionsSidebar.tsx | 4 +-- src/GameOptions/ui/RemoteAPIPage.tsx | 2 +- src/Literature/Literatures.ts | 6 ++--- src/PersonObjects/Sleeve/ui/SleeveRoot.tsx | 2 +- src/ScriptEditor/NetscriptDefinitions.d.ts | 6 ++--- src/ScriptEditor/ui/ScriptEditorRoot.tsx | 2 +- src/StockMarket/ui/InfoAndPurchases.tsx | 2 +- src/Tutorial/ui/TutorialRoot.tsx | 26 +++++++++---------- .../InteractiveTutorialRoot.tsx | 2 +- 10 files changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index e2019fe5e..a8eaf9b4e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ See the [frequently asked questions](./doc/FAQ.md) for more information . To dis # Documentation The game's official documentation can be found on [Read The -Docs](http://bitburner.readthedocs.io/). Please note that this is still a work-in-progress. +Docs](http://bitburner-official.readthedocs.io/). Please note that this is still a work-in-progress. The [in-game documentation](./markdown/bitburner.md) is generated from the [TypeScript definitions](./src/ScriptEditor/NetscriptDefinitions.d.ts). diff --git a/src/GameOptions/ui/GameOptionsSidebar.tsx b/src/GameOptions/ui/GameOptionsSidebar.tsx index 22592fd4d..65ce84083 100644 --- a/src/GameOptions/ui/GameOptionsSidebar.tsx +++ b/src/GameOptions/ui/GameOptionsSidebar.tsx @@ -251,7 +251,7 @@ export const GameOptionsSidebar = (props: IProps): React.ReactElement => {