DOCS: Fixed linking between markdown docs (#2082)

This commit is contained in:
mizmantle
2025-04-11 13:45:27 -07:00
committed by GitHub
parent a9900072da
commit 73dc9f2ef9
2 changed files with 2 additions and 2 deletions

View File

@@ -13,5 +13,5 @@ Intelligence will boost your production for many actions in the game, including:
- [Infiltration](../basic/infiltration.md)
- [Crime](../basic/crimes.md) success rate
- [Bladeburner](bladeburners.md) actions
- [Reputation](../basic/reputation.md) gain for [Companies](../basic//companies.md) & [Factions](../basic/factions.md)
- [Reputation](../basic/reputation.md) gain for [Companies](../basic/companies.md) & [Factions](../basic/factions.md)
- [Augmentation](../basic/augmentations.md) [Grafting](grafting.md) speed

View File

@@ -10,7 +10,7 @@ Scripts you write in Bitburner are real, working JavaScript and can be used to a
Running any script requires in-game [RAM](ram.md), with a minimum cost of 1.6 GB per script.
More complex scripts and API functions generally require more [RAM](ram.md), which you will gain in many ways.
Scripts can be run on any [server](server.md) you have root access to, but not all servers you find will have useable RAM.
Scripts can be run on any [server](servers.md) you have root access to, but not all servers you find will have useable RAM.
## How Scripts work offline