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 => {
}
- href="https://bitburner.readthedocs.io/en/latest/changelog.html"
+ href="https://bitburner-official.readthedocs.io/en/latest/changelog.html"
target="_blank"
sx={{ gridArea: " changelog" }}
>
@@ -259,7 +259,7 @@ export const GameOptionsSidebar = (props: IProps): React.ReactElement => {
}
- href="https://bitburner.readthedocs.io/en/latest/index.html"
+ href="https://bitburner-official.readthedocs.io/en/latest/index.html"
target="_blank"
sx={{ gridArea: "docs" }}
>
diff --git a/src/GameOptions/ui/RemoteAPIPage.tsx b/src/GameOptions/ui/RemoteAPIPage.tsx
index 0441397c8..6dc91fa81 100644
--- a/src/GameOptions/ui/RemoteAPIPage.tsx
+++ b/src/GameOptions/ui/RemoteAPIPage.tsx
@@ -20,7 +20,7 @@ export const RemoteAPIPage = (): React.ReactElement => {
text editor and then upload files to the home server.
-
+
Documentation
diff --git a/src/Literature/Literatures.ts b/src/Literature/Literatures.ts
index 24b316ea6..17ba5fbac 100644
--- a/src/Literature/Literatures.ts
+++ b/src/Literature/Literatures.ts
@@ -11,9 +11,9 @@ export const Literatures: Record = {};
fn = LiteratureNames.HackersStartingHandbook;
txt =
"Some resources:
" +
"When starting out, hacking is the most profitable way to earn money and progress. This " +
"is a brief collection of tips/pointers on how to make the most out of your hacking scripts.
" +
"-hack() and grow() both work by percentages. hack() steals a certain percentage of the " +
diff --git a/src/PersonObjects/Sleeve/ui/SleeveRoot.tsx b/src/PersonObjects/Sleeve/ui/SleeveRoot.tsx
index 5227e93cf..99baec319 100644
--- a/src/PersonObjects/Sleeve/ui/SleeveRoot.tsx
+++ b/src/PersonObjects/Sleeve/ui/SleeveRoot.tsx
@@ -36,7 +36,7 @@ export function SleeveRoot(): React.ReactElement {