From 5c8fab5160095afb61bbc732bf7e428e14aa8697 Mon Sep 17 00:00:00 2001 From: Marvin <52848568+mleem97@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:40:10 +0200 Subject: [PATCH] docs: update asset exporter documentation link for accuracy - Corrected the overview link for the `Standalone Mods` section to point to the legacy documentation path. - This change ensures that users have access to the correct resources and improves the overall accuracy of the documentation. --- docs/plugins/ffm-plugin-asset-exporter.md | 2 +- docs/plugins/ffm-plugin-multiplayer.md | 2 +- docs/plugins/ffm-plugin-player-models.md | 2 +- docs/plugins/ffm-plugin-sysadmin.md | 2 +- docs/plugins/ffm-plugin-web-ui-bridge.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/plugins/ffm-plugin-asset-exporter.md b/docs/plugins/ffm-plugin-asset-exporter.md index c0d21c1..0a2d0cd 100644 --- a/docs/plugins/ffm-plugin-asset-exporter.md +++ b/docs/plugins/ffm-plugin-asset-exporter.md @@ -12,4 +12,4 @@ Provides export-focused tooling for asset-related workflows. ## Sources - Module path: `StandaloneMods/FFM.Plugin.AssetExporter` -- Overview: [`Standalone Mods`](/wiki/wiki-import/StandaloneMods) +- Overview: [`Standalone Mods`](/wiki/legacy/wiki-import/StandaloneMods) diff --git a/docs/plugins/ffm-plugin-multiplayer.md b/docs/plugins/ffm-plugin-multiplayer.md index c84592e..03807d8 100644 --- a/docs/plugins/ffm-plugin-multiplayer.md +++ b/docs/plugins/ffm-plugin-multiplayer.md @@ -12,4 +12,4 @@ Contains **multiplayer / networking** runtime (bridge, sync). **Not** the same a ## Sources - Module path: `StandaloneMods/FFM.Plugin.Multiplayer` -- Roadmap context: [`Steamworks P2P Multiplayer Roadmap`](/wiki/wiki-import/Steamworks-P2P-Multiplayer-Roadmap) +- Roadmap context: [`Steamworks P2P Multiplayer Roadmap`](/wiki/legacy/wiki-import/Steamworks-P2P-Multiplayer-Roadmap) diff --git a/docs/plugins/ffm-plugin-player-models.md b/docs/plugins/ffm-plugin-player-models.md index e9f7ed9..3d18e01 100644 --- a/docs/plugins/ffm-plugin-player-models.md +++ b/docs/plugins/ffm-plugin-player-models.md @@ -12,4 +12,4 @@ Hosts standalone player-model specific behavior and integration. ## Sources - Module path: `StandaloneMods/FFM.Plugin.PlayerModels` -- Debug docs: [`Mod Developer Debug`](/wiki/wiki-import/Mod-Developer-Debug) +- Debug docs: [`Mod Developer Debug`](/wiki/legacy/wiki-import/Mod-Developer-Debug) diff --git a/docs/plugins/ffm-plugin-sysadmin.md b/docs/plugins/ffm-plugin-sysadmin.md index 8b00b85..19ad2ce 100644 --- a/docs/plugins/ffm-plugin-sysadmin.md +++ b/docs/plugins/ffm-plugin-sysadmin.md @@ -12,4 +12,4 @@ Contains **sysadmin-oriented UI** features (Unity UI modernization, mod settings ## Sources - Module path: `StandaloneMods/FFM.Plugin.Sysadmin` -- Framework context: [`Framework Features & Use Cases`](/wiki/wiki-import/Framework-Features-Use-Cases) +- Framework context: [`Framework Features & Use Cases`](/wiki/legacy/wiki-import/Framework-Features-Use-Cases) diff --git a/docs/plugins/ffm-plugin-web-ui-bridge.md b/docs/plugins/ffm-plugin-web-ui-bridge.md index e4173b0..c784eb0 100644 --- a/docs/plugins/ffm-plugin-web-ui-bridge.md +++ b/docs/plugins/ffm-plugin-web-ui-bridge.md @@ -12,4 +12,4 @@ Focuses on standalone web UI bridge integration flows. ## Sources - Module path: `StandaloneMods/FFM.Plugin.WebUIBridge` -- Reference: [`Web UI Bridge (DC2WEB)`](/wiki/wiki-import/Web-UI-Bridge) +- Reference: [`Web UI Bridge (DC2WEB)`](/wiki/legacy/wiki-import/Web-UI-Bridge)