From 936ff540a990f44ff63025a910035f7d92d595ca Mon Sep 17 00:00:00 2001 From: Miguel249 Date: Sun, 9 Aug 2026 23:23:51 -0500 Subject: [PATCH] Point the platforms link where the site can follow it docfx builds what is under docs/, so ../README.md is outside the site and the link resolved to nothing: InvalidFileLink, and with --warningsAsErrors the documentation workflow failed and the deploy job was skipped. The site has not been republished since. The section it points at lives in the readme on GitHub, so link it there. Verified with the workflow's own command: 0 warnings, 0 errors. Co-Authored-By: Claude Opus 5 (1M context) --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index b3db506..b623fef 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -24,8 +24,8 @@ Android and iOS are supported too, with two caveats worth knowing up front: the .NET 8 iOS workload can no longer provide. Neither is exercised on a real device in CI — see -[Platforms](../README.md#platforms) for exactly what is and is not verified. If -you ship on a phone, test on a phone. +[Platforms](https://github.com/Miguel249/Box3D.NET#platforms) for exactly what +is and is not verified. If you ship on a phone, test on a phone. ## Your first simulation