Skip to content

Commit

Permalink
Changed: Fixed Dead Wiki Links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Feb 5, 2022
1 parent a81e28b commit ab0a3fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/APIOverview.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Reloaded-II provides two mechanisms for what it considers "Inter Mod Communicati

**Controllers** allow you to directly interact with other loaded mods. Individual mods can submit shared instances of interfaces to the mod loader, which can then be obtained by other mods. *Controllers share state.*

Complete documentation on Mod to Mod communication can be found within the [Inter Mod Communication](./InterModCommunication.md) documentation.
Complete documentation on Mod to Mod communication can be found within the [Inter Mod Communication](./DependencyInjection.md) documentation.

## API Upgrades & Versioning

Expand Down
2 changes: 1 addition & 1 deletion docs/Automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ choco install reloaded-ii-tools -y

### 2. Build and Pack The Mod

Build the mod using the [included script from the mod template](./DeveloperModGuide.md#4-publishing); output goes in the `Publish` folder.
Build the mod using the [included script from the mod template](./PublishingMods.md#creating-releases-cli); output goes in the `Publish` folder.

Then simply pack all of the output using one of the tools installed earlier.

Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Made from the ground up **proudly** using the C# programming language.

## Reloaded: For Modders
- [Getting Started: Modifications](./GettingStartedMods.md)
- [Publishing Your Mods](./UpdateSupport.md)
- [Publishing Your Mods](./PublishingMods.md)

## Reloaded: For Programmers
- [Getting Started: Building Mods](./DeveloperModGuide.md)
- [Inter Mod Communication](./InterModCommunication.md)
- [Getting Started: Building Mods](./BuildingMods.md)
- [Inter Mod Communication](./DependencyInjection.md)

**Miscellaneous**

Expand Down

0 comments on commit ab0a3fe

Please sign in to comment.